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

DB Migrations

# SQL migration
goose create migration_name sql

# Go migration
goose create migration_name