fix: update migration paths in Dockerfile and sqlc config

This commit is contained in:
2026-05-13 13:42:32 +02:00
parent e7dfaaf8c0
commit 27a1017c5d
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ version: '2'
sql:
- engine: 'sqlite'
queries: 'internal/db/queries.sql'
schema: 'migrations/'
schema: 'internal/database/migrations/'
gen:
go:
package: 'db'