Remove manual sql and add it to startup
This commit is contained in:
parent
6bb4b1246f
commit
5d2e3f9f28
1 changed files with 0 additions and 6 deletions
|
@ -1,6 +0,0 @@
|
|||
create table users (
|
||||
username text primary key,
|
||||
password text,
|
||||
admin boolean
|
||||
);
|
||||
|
Reference in a new issue