diff options
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, |