aboutsummaryrefslogtreecommitdiff
path: root/migrations/002_create_users_table.sql
AgeCommit message (Collapse)Author
2024-01-22add missing semicolon, update email field to optionalAlexander Kavon
2024-01-22updated migrations (added rollback for function), lowered varchar to 255 ↵Alexander Kavon
length, updated packages, make dev, make halt commands for container management
2023-11-29user create/insert into users table, pgxpool defer moved to top of app, ↵Alexander Kavon
me.tmpl.html, secret hashing with argon2id, updated migrations
2023-11-28added migrations via tern, updated db package to connect to pgsql db, ↵Alexander Kavon
updated config to build db connection string, updated example .newsstand.toml config, new pgx dependency