fix: embed db migrations (#37)

This commit is contained in:
potatoattack 2025-07-27 05:11:03 +10:00 committed by GitHub
parent 9ae002852b
commit fbe51ff2c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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