vibe coded the shit out of a db migration system

This commit is contained in:
2026-01-24 16:21:28 +11:00
parent bd3816de82
commit 818f107143
15 changed files with 1649 additions and 40 deletions

5
.gitignore vendored
View File

@@ -8,3 +8,8 @@ tmp/
static/css/output.css
internal/view/**/*_templ.go
internal/view/**/*_templ.txt
# Database backups (compressed)
backups/*.sql.gz
backups/*.sql
!backups/.gitkeep