diff options
Diffstat (limited to 'server/initializers/database.ts')
-rw-r--r-- | server/initializers/database.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/initializers/database.ts b/server/initializers/database.ts index 7a7ba61f4..3576f444c 100644 --- a/server/initializers/database.ts +++ b/server/initializers/database.ts | |||
@@ -7,6 +7,7 @@ import { UserModel } from '@server/models/user/user' | |||
7 | import { UserNotificationModel } from '@server/models/user/user-notification' | 7 | import { UserNotificationModel } from '@server/models/user/user-notification' |
8 | import { UserVideoHistoryModel } from '@server/models/user/user-video-history' | 8 | import { UserVideoHistoryModel } from '@server/models/user/user-video-history' |
9 | import { VideoJobInfoModel } from '@server/models/video/video-job-info' | 9 | import { VideoJobInfoModel } from '@server/models/video/video-job-info' |
10 | import { VideoLiveSessionModel } from '@server/models/video/video-live-session' | ||
10 | import { LocalVideoViewerModel } from '@server/models/view/local-video-viewer' | 11 | import { LocalVideoViewerModel } from '@server/models/view/local-video-viewer' |
11 | import { LocalVideoViewerWatchSectionModel } from '@server/models/view/local-video-viewer-watch-section' | 12 | import { LocalVideoViewerWatchSectionModel } from '@server/models/view/local-video-viewer-watch-section' |
12 | import { isTestInstance } from '../helpers/core-utils' | 13 | import { isTestInstance } from '../helpers/core-utils' |
@@ -135,6 +136,7 @@ async function initDatabaseModels (silent: boolean) { | |||
135 | VideoRedundancyModel, | 136 | VideoRedundancyModel, |
136 | UserVideoHistoryModel, | 137 | UserVideoHistoryModel, |
137 | VideoLiveModel, | 138 | VideoLiveModel, |
139 | VideoLiveSessionModel, | ||
138 | AccountBlocklistModel, | 140 | AccountBlocklistModel, |
139 | ServerBlocklistModel, | 141 | ServerBlocklistModel, |
140 | UserNotificationModel, | 142 | UserNotificationModel, |