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

7 lines
77 B
Go

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