fix: moved embed.FS to own package, so the api binary has no sql files embedded

This commit is contained in:
2026-08-25 11:05:23 +02:00
parent f031f7c15a
commit 2732038a1f
3 changed files with 10 additions and 6 deletions
+6
View File
@@ -0,0 +1,6 @@
package migrations
import "embed"
//go:embed *.sql
var MigrationFS embed.FS