diff options
Diffstat (limited to 'server/initializers/constants.ts')
-rw-r--r-- | server/initializers/constants.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/initializers/constants.ts b/server/initializers/constants.ts index 6c9b78068..5a7d91160 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts | |||
@@ -30,7 +30,7 @@ const SORTABLE_COLUMNS = { | |||
30 | JOBS: [ 'createdAt' ], | 30 | JOBS: [ 'createdAt' ], |
31 | VIDEO_ABUSES: [ 'id', 'createdAt' ], | 31 | VIDEO_ABUSES: [ 'id', 'createdAt' ], |
32 | VIDEO_CHANNELS: [ 'id', 'name', 'updatedAt', 'createdAt' ], | 32 | VIDEO_CHANNELS: [ 'id', 'name', 'updatedAt', 'createdAt' ], |
33 | VIDEOS: [ 'name', 'duration', 'createdAt', 'views', 'likes' ], | 33 | VIDEOS: [ 'name', 'duration', 'createdAt', 'publishedAt', 'views', 'likes' ], |
34 | VIDEO_COMMENT_THREADS: [ 'createdAt' ], | 34 | VIDEO_COMMENT_THREADS: [ 'createdAt' ], |
35 | BLACKLISTS: [ 'id', 'name', 'duration', 'views', 'likes', 'dislikes', 'uuid', 'createdAt' ], | 35 | BLACKLISTS: [ 'id', 'name', 'duration', 'views', 'likes', 'dislikes', 'uuid', 'createdAt' ], |
36 | FOLLOWERS: [ 'createdAt' ], | 36 | FOLLOWERS: [ 'createdAt' ], |