Remove manual sql and add it to startup

This commit is contained in:
Amarpreet Minhas 2019-02-03 02:05:34 -05:00
parent 6bb4b1246f
commit 5d2e3f9f28

View file

@ -1,6 +0,0 @@
create table users (
username text primary key,
password text,
admin boolean
);