Fix error after migration (preprocessor no reinitialized)

This commit is contained in:
Mike Schwörer 2024-09-28 00:13:22 +02:00
parent d9a14c9973
commit 779c86d8ac
Signed by: Mikescher
GPG Key ID: D3C7172E0A70F8CF
3 changed files with 6 additions and 0 deletions

View File

@ -151,6 +151,8 @@ func (db *Database) Migrate(outerctx context.Context) error {
} }
currschema = currschema + 1 currschema = currschema + 1
ppReInit = true
} }
} }

View File

@ -151,6 +151,8 @@ func (db *Database) Migrate(outerctx context.Context) error {
} }
currschema = currschema + 1 currschema = currschema + 1
ppReInit = true
} }
} }

View File

@ -151,6 +151,8 @@ func (db *Database) Migrate(outerctx context.Context) error {
} }
currschema = currschema + 1 currschema = currschema + 1
ppReInit = true
} }
} }