User creation now possible!
Signed-off-by: Louis Hollingworth <louis@hollingworth.nl>
This commit is contained in:
parent
215cf639bd
commit
f671a5ba2f
12 changed files with 2185 additions and 44 deletions
2
migrations/0001_add_user.down.sql
Normal file
2
migrations/0001_add_user.down.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
-- Add down migration script here
|
||||
DROP TABLE "users";
|
||||
Loading…
Add table
Add a link
Reference in a new issue