WIP account registration
This commit is contained in:
parent
f4d9c1a3c4
commit
2ba4aa8c8e
14 changed files with 419 additions and 19 deletions
3
migrations/2023-08-26-071607_accounts/down.sql
Normal file
3
migrations/2023-08-26-071607_accounts/down.sql
Normal file
|
@ -0,0 +1,3 @@
|
|||
DROP TABLE accounts;
|
||||
|
||||
DROP COLLATION case_insensitive;
|
Loading…
Add table
Add a link
Reference in a new issue