From 4c80eaf56907b0252ed06f2f6de09be8c5685e34 Mon Sep 17 00:00:00 2001 From: Denis Bykhov Date: Tue, 10 Oct 2023 17:47:53 +0600 Subject: [PATCH] Fix migration state (#3820) Signed-off-by: Denis Bykhov --- models/core/src/index.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/models/core/src/index.ts b/models/core/src/index.ts index 3ba714548b..13cd9ccd50 100644 --- a/models/core/src/index.ts +++ b/models/core/src/index.ts @@ -43,6 +43,7 @@ import { TIndexConfiguration, TIndexStageState, TInterface, + TMigrationState, TMixin, TObj, TPluginConfiguration, @@ -133,7 +134,8 @@ export function createModel (builder: Builder): void { TConfigurationElement, TIndexConfiguration, TStatus, - TStatusCategory + TStatusCategory, + TMigrationState ) builder.createDoc(