Fix ownership changes
This commit is contained in:
parent
dc85273764
commit
b876eaf11a
3 changed files with 29 additions and 21 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue