package migrations import "embed" // Files contains the immutable, versioned database migrations shipped with the // API binary. // //go:embed *.sql var Files embed.FS