Refine options table
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
create table options
|
create table options
|
||||||
(
|
(
|
||||||
key text not null
|
key text primary key
|
||||||
, value text not null
|
, value text not null
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user