Fix error after migration (preprocessor no reinitialized)
This commit is contained in:
parent
d9a14c9973
commit
779c86d8ac
@ -151,6 +151,8 @@ func (db *Database) Migrate(outerctx context.Context) error {
|
||||
}
|
||||
|
||||
currschema = currschema + 1
|
||||
|
||||
ppReInit = true
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -151,6 +151,8 @@ func (db *Database) Migrate(outerctx context.Context) error {
|
||||
}
|
||||
|
||||
currschema = currschema + 1
|
||||
|
||||
ppReInit = true
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -151,6 +151,8 @@ func (db *Database) Migrate(outerctx context.Context) error {
|
||||
}
|
||||
|
||||
currschema = currschema + 1
|
||||
|
||||
ppReInit = true
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user