Koito/db/migrations/migrations.go
2025-07-26 15:11:03 -04:00

6 lines
72 B
Go

package migrations
import "embed"
//go:embed *.sql
var Files embed.FS