From 8d4f03e27ccea5eda93f89a836763c36da8d2d14 Mon Sep 17 00:00:00 2001 From: Pavel Date: Thu, 14 Mar 2024 12:39:43 +0300 Subject: [PATCH] mig --- dal/dal.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {