AnthoLume/database/migrations/README.md
Evan Reichard 386b1c46f8
Some checks reported errors
continuous-integration/drone/push Build encountered an error
feat(auth): add auth hash (allows purging sessions & more)
2024-01-27 21:02:08 -05:00

10 lines
121 B
Markdown

# DB Migrations
```bash
# SQL migration
goose create migration_name sql
# Go migration
goose create migration_name
```