Files

7 lines
101 B
Go

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