index
:
finserv
auth
main
Personal finances server
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sql
/
migrations
/
0002.sqlite3
Age
Commit message (
Collapse
)
Author
2026-06-20
sql: migrations: Add 0002.sqlite3
xengineering
This migrations adds a `users` table with id, username and password_bcrypt. This allows basic user management and authentication.