diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-11-10 14:48:08 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-11-27 19:40:51 +0100 |
commit | 38fa2065831b5f55be0d7f30f19a62c967397208 (patch) | |
tree | 4a986465e3a88c85bc6a8b5fc992e0f2edd63ef0 /server/initializers/database.ts | |
parent | 0d0e8dd0904b380b70e19ebcb4763d65601c4632 (diff) | |
download | PeerTube-38fa2065831b5f55be0d7f30f19a62c967397208.tar.gz PeerTube-38fa2065831b5f55be0d7f30f19a62c967397208.tar.zst PeerTube-38fa2065831b5f55be0d7f30f19a62c967397208.zip |
Remove references to author
Diffstat (limited to 'server/initializers/database.ts')
-rw-r--r-- | server/initializers/database.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/server/initializers/database.ts b/server/initializers/database.ts index 52e766394..aefb6da3a 100644 --- a/server/initializers/database.ts +++ b/server/initializers/database.ts | |||
@@ -44,10 +44,6 @@ const database: { | |||
44 | OAuthClient?: OAuthClientModel, | 44 | OAuthClient?: OAuthClientModel, |
45 | OAuthToken?: OAuthTokenModel, | 45 | OAuthToken?: OAuthTokenModel, |
46 | Pod?: PodModel, | 46 | Pod?: PodModel, |
47 | RequestToPod?: RequestToPodModel, | ||
48 | RequestVideoEvent?: RequestVideoEventModel, | ||
49 | RequestVideoQadu?: RequestVideoQaduModel, | ||
50 | Request?: RequestModel, | ||
51 | Tag?: TagModel, | 47 | Tag?: TagModel, |
52 | AccountVideoRate?: AccountVideoRateModel, | 48 | AccountVideoRate?: AccountVideoRateModel, |
53 | AccountFollow?: AccountFollowModel, | 49 | AccountFollow?: AccountFollowModel, |