Fix migration state (#3820)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov 2023-10-10 17:47:53 +06:00 committed by GitHub
parent b2576d718f
commit 4c80eaf569
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,6 +43,7 @@ import {
TIndexConfiguration, TIndexConfiguration,
TIndexStageState, TIndexStageState,
TInterface, TInterface,
TMigrationState,
TMixin, TMixin,
TObj, TObj,
TPluginConfiguration, TPluginConfiguration,
@ -133,7 +134,8 @@ export function createModel (builder: Builder): void {
TConfigurationElement, TConfigurationElement,
TIndexConfiguration, TIndexConfiguration,
TStatus, TStatus,
TStatusCategory TStatusCategory,
TMigrationState
) )
builder.createDoc( builder.createDoc(