package migrations import _ "embed" //go:embed 0001_initial_create.up.sql var InitialSchema string