add: db migrations & update
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-25 19:22:57 -05:00
parent 45cef2f4af
commit 0bbd5986cb
8 changed files with 296 additions and 167 deletions

View File

@@ -0,0 +1,5 @@
# DB Migrations
```bash
goose create migration_name sql
```