Files

9 lines
155 B
Go
Raw Permalink Normal View History

package migrations
import "embed"
// Files contains the versioned SQL migrations used by both commands and tests.
//
//go:embed *.sql
var Files embed.FS