Skip to content

Commit

Permalink
Fix time migrations (#4975)
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Bykhov <[email protected]>
  • Loading branch information
BykhovDenis authored Mar 15, 2024
1 parent 76cf813 commit a6f2be3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions models/all/src/migration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand All @@ -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]
Expand Down

0 comments on commit a6f2be3

Please sign in to comment.