AnthoLume/database/migrations/README.md
Evan Reichard 015ca30ac5
All checks were successful
continuous-integration/drone/push Build is passing
feat(auth): add auth hash (allows purging sessions & more)
2024-01-28 11:21:06 -05:00

10 lines
121 B
Markdown

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