Support extension data
This commit is contained in:
5
script/sql/create/extension_data.sql
Normal file
5
script/sql/create/extension_data.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
create table extension_data
|
||||
(
|
||||
key text primary key
|
||||
, value text not null
|
||||
);
|
||||
1
script/sql/drop/extension_data.sql
Normal file
1
script/sql/drop/extension_data.sql
Normal file
@@ -0,0 +1 @@
|
||||
drop table if exists extension_data;
|
||||
Reference in New Issue
Block a user