fix: embed db migrations

This commit is contained in:
potatoattack 2025-06-28 17:17:32 +10:00
parent 5537b6fb89
commit 4a0519f01b
2 changed files with 9 additions and 8 deletions

View file

@ -0,0 +1,6 @@
package migrations
import "embed"
//go:embed *.sql
var Files embed.FS