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