recommender/internal/migrations/init.go

12 lines
164 B
Go
Raw Normal View History

2024-11-06 10:47:56 +00:00
package migrations
import (
"embed"
2024-11-06 12:35:16 +00:00
"leafdev.top/Ecosystem/recommender/internal/base/conf"
2024-11-06 10:47:56 +00:00
)
//go:embed *.sql
var MigrationFS embed.FS
var Config *conf.Config