Fix time migrations (#4975)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov 2024-03-15 12:30:05 +06:00 committed by GitHub
parent 76cf81381b
commit a6f2be370f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,6 +37,7 @@ import { boardOperation } from '@hcengineering/model-board'
import { hrOperation } from '@hcengineering/model-hr'
import { bitrixOperation } from '@hcengineering/model-bitrix'
import { calendarOperation } from '@hcengineering/model-calendar'
import { timeOperation } from '@hcengineering/model-time'
import { activityOperation } from '@hcengineering/model-activity'
import { activityServerOperation } from '@hcengineering/model-server-activity'
@ -63,6 +64,7 @@ export const migrateOperations: [string, MigrateOperation][] = [
['hr', hrOperation],
['bitrix', bitrixOperation],
['inventiry', inventoryOperation],
['time', timeOperation],
['activityServer', activityServerOperation],
// We should call it after activityServer and chunter
['notification', notificationOperation]