This commit is contained in:
2026-09-05 19:57:41 +02:00
parent 090cc0f00d
commit b436e46e2a
9 changed files with 205 additions and 4 deletions
+4 -4
View File
@@ -4,10 +4,10 @@ sql:
- engine: "postgresql"
queries: "queries"
schema:
- "migrations/002_types.sql"
- "migrations/003_core.sql"
- "migrations/004_api.sql"
- "migrations/005_logbook.sql"
- "migrations/001_types.sql"
- "migrations/002_core.sql"
- "migrations/003_api.sql"
- "migrations/004_logbook.sql"
gen:
go:
package: "db"