feat: add initial db connection and layout
This commit is contained in:
2
migrations/0001_initial.down.sql
Normal file
2
migrations/0001_initial.down.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
DROP TABLE IF EXISTS todo_tags;
|
||||
DROP TABLE IF EXISTS todos;
|
||||
Reference in New Issue
Block a user