network/migrations/embed.go
2026-01-24 12:55:17 +02:00

7 lines
69 B
Go

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