mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-10 03:37:43 +02:00
Fix time migrations (#4975)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user