Fix ownership changes

This commit is contained in:
Chocobozzz 2019-04-24 09:44:36 +02:00
parent dc85273764
commit b876eaf11a
No known key found for this signature in database
GPG key ID: 583A612D890159BE
3 changed files with 29 additions and 21 deletions

View file

@ -86,6 +86,7 @@ async function initDatabaseModels (silent: boolean) {
AccountVideoRateModel,
UserModel,
VideoAbuseModel,
VideoModel,
VideoChangeOwnershipModel,
VideoChannelModel,
VideoShareModel,
@ -93,7 +94,6 @@ async function initDatabaseModels (silent: boolean) {
VideoCaptionModel,
VideoBlacklistModel,
VideoTagModel,
VideoModel,
VideoCommentModel,
ScheduleVideoUpdateModel,
VideoImportModel,