diff --git a/src/main/index.ts b/src/main/index.ts index fb6cbd4add..abef1e44da 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -128,6 +128,12 @@ app.on("ready", async () => { PrometheusProviderRegistry.createInstance(); initializers.initPrometheusProviderRegistry(); + + /** + * The following sync MUST be done before HotbarStore creation, because that + * store has migrations that will remove items that previous migrations add + * if this is not presant + */ syncGeneralEntities(); logger.info("💾 Loading stores");