12 lines
160 B
Go
12 lines
160 B
Go
package migrations
|
|
|
|
import (
|
|
"embed"
|
|
"leafdev.top/Leaf/api-platform/internal/base/conf"
|
|
)
|
|
|
|
//go:embed *.sql
|
|
var MigrationFS embed.FS
|
|
|
|
var Config *conf.Config
|