ForFarm/backend/migrations/embed.go

9 lines
87 B
Go

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