Basic minimal prototype
Use a postgres database as storage and start with sone basic functionality.
This commit is contained in:
commit
665015c296
14 changed files with 1082 additions and 0 deletions
1
migrations/2023-01-18-102900_create_reminder/down.sql
Normal file
1
migrations/2023-01-18-102900_create_reminder/down.sql
Normal file
|
@ -0,0 +1 @@
|
|||
DROP TABLE reminders;
|
Loading…
Add table
Add a link
Reference in a new issue