diff --git a/dal/dal.go b/dal/dal.go index de41419..79db075 100644 --- a/dal/dal.go +++ b/dal/dal.go @@ -103,7 +103,7 @@ func (d *DAL) Init() error { } m, err := migrate.NewWithDatabaseInstance( - "file://dal/schema", + "file://../schema", "postgres", driver, ) if err != nil {