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

121 B

DB Migrations

# SQL migration
goose create migration_name sql

# Go migration
goose create migration_name