This commit is contained in:
Pavel 2024-03-14 13:23:29 +03:00
parent 1d3c2c3494
commit fcebafc487

@ -103,7 +103,7 @@ func (d *DAL) Init() error {
}
m, err := migrate.NewWithDatabaseInstance(
"gitlab://Pavel@glpat-qUsfkN99NwqscZKtyCqw/penahub.gitlab.yandexcloud.net/57/dal/schema",
"gitlab://Pavel@glpat-qUsfkN99NwqscZKtyCqw/@penahub.gitlab.yandexcloud.net/57/dal/schema",
"postgres", driver,
)
if err != nil {