mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-13 03:40:48 +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,
|
||||
TIndexStageState,
|
||||
TInterface,
|
||||
TMigrationState,
|
||||
TMixin,
|
||||
TObj,
|
||||
TPluginConfiguration,
|
||||
@ -133,7 +134,8 @@ export function createModel (builder: Builder): void {
|
||||
TConfigurationElement,
|
||||
TIndexConfiguration,
|
||||
TStatus,
|
||||
TStatusCategory
|
||||
TStatusCategory,
|
||||
TMigrationState
|
||||
)
|
||||
|
||||
builder.createDoc(
|
||||
|
Loading…
Reference in New Issue
Block a user