minireader/migrations/embed.go

10 lines
93 B
Go
Raw Permalink Normal View History

2023-10-25 14:49:11 +00:00
package migrations
import (
"embed"
_ "embed"
)
//go:embed *.sql
var Migrations embed.FS