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

121 B

DB Migrations

# SQL migration
goose create migration_name sql

# Go migration
goose create migration_name