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

@@ -121,6 +121,12 @@ go install github.com/sqlc-dev/sqlc/cmd/sqlc@latest
~/go/bin/sqlc generate
```
Goose Migrations:
```bash
go install github.com/pressly/goose/v3/cmd/goose@latest
```
Run Development:
```bash