Fix error after migration (preprocessor no reinitialized)
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user