Files
catalyst/app/database/migrations/migrations.go

7 lines
77 B
Go

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