aboutsummaryrefslogtreecommitdiff
path: root/migrations/fs.go
blob: 91cca1c33b8d3a236e0a2fb0f1e59a281ffec944 (plain) (blame)
1
2
3
4
5
6
package migrations

import "embed"

//go:embed *.sql
var FS embed.FS