diff options
author | Chocobozzz <me@florianbigard.com> | 2019-04-24 09:44:36 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-04-24 16:26:21 +0200 |
commit | b876eaf11a1ed9683664d94767ca684ba5b77753 (patch) | |
tree | f226897dcccae2648532095954f57c2058ed1834 /server/initializers/database.ts | |
parent | dc8527376482293c87fc6f30027d626f58a1197b (diff) | |
download | PeerTube-b876eaf11a1ed9683664d94767ca684ba5b77753.tar.gz PeerTube-b876eaf11a1ed9683664d94767ca684ba5b77753.tar.zst PeerTube-b876eaf11a1ed9683664d94767ca684ba5b77753.zip |
Fix ownership changes
Diffstat (limited to 'server/initializers/database.ts')
-rw-r--r-- | server/initializers/database.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/initializers/database.ts b/server/initializers/database.ts index d9a265e7a..142063a99 100644 --- a/server/initializers/database.ts +++ b/server/initializers/database.ts | |||
@@ -86,6 +86,7 @@ async function initDatabaseModels (silent: boolean) { | |||
86 | AccountVideoRateModel, | 86 | AccountVideoRateModel, |
87 | UserModel, | 87 | UserModel, |
88 | VideoAbuseModel, | 88 | VideoAbuseModel, |
89 | VideoModel, | ||
89 | VideoChangeOwnershipModel, | 90 | VideoChangeOwnershipModel, |
90 | VideoChannelModel, | 91 | VideoChannelModel, |
91 | VideoShareModel, | 92 | VideoShareModel, |
@@ -93,7 +94,6 @@ async function initDatabaseModels (silent: boolean) { | |||
93 | VideoCaptionModel, | 94 | VideoCaptionModel, |
94 | VideoBlacklistModel, | 95 | VideoBlacklistModel, |
95 | VideoTagModel, | 96 | VideoTagModel, |
96 | VideoModel, | ||
97 | VideoCommentModel, | 97 | VideoCommentModel, |
98 | ScheduleVideoUpdateModel, | 98 | ScheduleVideoUpdateModel, |
99 | VideoImportModel, | 99 | VideoImportModel, |