Make db creation better
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
create table settings
|
||||
(
|
||||
id text primary key,
|
||||
value text
|
||||
);
|
||||
Reference in New Issue
Block a user