| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-01-24 | finalize votes table columns with nullable foreign keys and unique index | Alexander Kavon | |
| 2024-01-24 | remove .sql.sql file extension for migration files, drop type enum on ↵ | Alexander Kavon | |
| migrate down | |||
| 2024-01-23 | new tables: tags, post_tags, generated sqlboiler tags model, updated ↵ | Alexander Kavon | |
| posts/get template, updated posts table to take nullable description and user_id foreign key | |||
| 2024-01-22 | add posts table migration, add sqlboiler post model, post routes: create, ↵ | Alexander Kavon | |
| store, get, post create ui template, remove email from user create route | |||
| 2024-01-22 | add missing semicolon, update email field to optional | Alexander Kavon | |
| 2024-01-22 | rebuild commands, update postgres port to standard 5432 | Alexander Kavon | |
| 2024-01-22 | updated migrations (added rollback for function), lowered varchar to 255 ↵ | Alexander Kavon | |
| length, updated packages, make dev, make halt commands for container management | |||
| 2023-11-29 | user 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-28 | added 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 | |||
