UBERF-6598: Perform upgrade all workspaces to new versions (#5392)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2024-04-18 13:28:13 +07:00
committed by GitHub
parent 4536ad8355
commit 808b5c8f7d
11 changed files with 2192 additions and 2073 deletions
@@ -66,7 +66,6 @@ import notification, {
} from '@hcengineering/notification'
import { getMetadata, getResource, translate } from '@hcengineering/platform'
import type { TriggerControl } from '@hcengineering/server-core'
import { stripTags } from '@hcengineering/text'
import serverCore from '@hcengineering/server-core'
import serverNotification, {
getEmployee,
@@ -74,6 +73,7 @@ import serverNotification, {
getPersonAccountById,
NOTIFICATION_BODY_SIZE
} from '@hcengineering/server-notification'
import { stripTags } from '@hcengineering/text'
import { workbenchId } from '@hcengineering/workbench'
import webpush, { WebPushError } from 'web-push'
import { Content, NotifyResult } from './types'