This website requires JavaScript.
Explore
Help
Sign In
evan
/
AnthoLume
Watch
1
Star
0
Fork
0
You've already forked AnthoLume
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
622dcd5702
Branches
Tags
View all branches
AnthoLume
/
database
/
migrations
History
Evan Reichard
015ca30ac5
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
README.md
DB Migrations
# SQL migration
goose create migration_name sql
# Go migration
goose create migration_name