mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-11 12:17:44 +02:00
Update doneStates of existing kanban cards (#625)
Signed-off-by: Ilya Sumbatyants <ilya.sumb@gmail.com>
This commit is contained in:
@@ -19,11 +19,13 @@ import { MigrateOperation } from '@anticrm/model'
|
||||
import { taskOperation } from '@anticrm/model-task'
|
||||
import { attachmentOperation } from '@anticrm/model-attachment'
|
||||
import { leadOperation } from '@anticrm/model-lead'
|
||||
import { recruitOperation } from '@anticrm/model-recruit'
|
||||
import { viewOperation } from '@anticrm/model-view'
|
||||
|
||||
export const migrateOperations: MigrateOperation[] = [
|
||||
taskOperation,
|
||||
attachmentOperation,
|
||||
leadOperation,
|
||||
recruitOperation,
|
||||
viewOperation
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user