mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-23 16:56:07 +00:00
Fix migration state (#3820)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
parent
b2576d718f
commit
4c80eaf569
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user