mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-13 11:50:56 +00:00
Fix time migrations (#4975)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
parent
76cf81381b
commit
a6f2be370f
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user