mig
This commit is contained in:
parent
4560248259
commit
8d4f03e27c
@ -103,7 +103,7 @@ func (d *DAL) Init() error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
m, err := migrate.NewWithDatabaseInstance(
|
m, err := migrate.NewWithDatabaseInstance(
|
||||||
"file://dal/schema",
|
"file://../schema",
|
||||||
"postgres", driver,
|
"postgres", driver,
|
||||||
)
|
)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user