mirror of
https://github.com/Noratrieb/karlauth.git
synced 2026-01-16 15:25:03 +01:00
users crud
This commit is contained in:
parent
2f67d81e41
commit
1a8f223d39
13 changed files with 130 additions and 52 deletions
3
migrations/2021-07-16-091329_add_users/down.sql
Normal file
3
migrations/2021-07-16-091329_add_users/down.sql
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
-- This file should undo anything in `up.sql`
|
||||
|
||||
DROP TABLE users;
|
||||
Loading…
Add table
Add a link
Reference in a new issue