fix(db): apply all migrations and schema in one transaction

This commit is contained in:
Jakob Borg
2025-08-31 12:43:41 +02:00
parent 21ad99c80a
commit e41d6b9c1e
4 changed files with 42 additions and 21 deletions
+6
View File
@@ -64,6 +64,12 @@ linters:
# relax the slog rules for debug lines, for now
- linters: [sloglint]
source: Debug
# contexts are irrelevant for SQLite
- linters: [noctx]
text: database/sql
# Rollback errors can be ignored
- linters: [errcheck]
source: Rollback
settings:
sloglint:
context: "scope"