mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-11 04:07:43 +02:00
Tag categories initial (#1030)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -23,6 +23,7 @@ import { leadOperation } from '@anticrm/model-lead'
|
||||
import { recruitOperation } from '@anticrm/model-recruit'
|
||||
import { viewOperation } from '@anticrm/model-view'
|
||||
import { contactOperation } from '@anticrm/model-contact'
|
||||
import { tagsOperation } from '@anticrm/model-tags'
|
||||
|
||||
export const migrateOperations: MigrateOperation[] = [
|
||||
coreOperation,
|
||||
@@ -31,5 +32,6 @@ export const migrateOperations: MigrateOperation[] = [
|
||||
leadOperation,
|
||||
recruitOperation,
|
||||
viewOperation,
|
||||
contactOperation
|
||||
contactOperation,
|
||||
tagsOperation
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user