vibe coded the shit out of a db migration system

This commit is contained in:
2026-01-24 16:21:28 +11:00
parent e7801afd07
commit 038f8fd1a2
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