AnthoLume/database/migrations
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
..
20240128012356_user_auth_hash.go feat(auth): add auth hash (allows purging sessions & more) 2024-01-27 21:02:08 -05:00
README.md feat(auth): add auth hash (allows purging sessions & more) 2024-01-27 21:02:08 -05:00

DB Migrations

# SQL migration
goose create migration_name sql

# Go migration
goose create migration_name