add migration system

This commit is contained in:
m
2026-07-12 09:28:20 +02:00
parent c2e0c9fce4
commit 1d35bea1c5
14 changed files with 67 additions and 176 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ version: "2"
sql:
- engine: "sqlite"
queries: "internal/db/queries/"
schema: "internal/db/migrations/schema.sql"
schema: "internal/db/migrations"
gen:
go:
package: "db"