This commit is contained in:
Pavel 2024-03-14 12:39:43 +03:00
parent 4560248259
commit 8d4f03e27c

@ -103,7 +103,7 @@ func (d *DAL) Init() error {
}
m, err := migrate.NewWithDatabaseInstance(
"file://dal/schema",
"file://../schema",
"postgres", driver,
)
if err != nil {