diff options
Diffstat (limited to 'server/initializers/constants.ts')
-rw-r--r-- | server/initializers/constants.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/initializers/constants.ts b/server/initializers/constants.ts index d9b21b389..d2bcea443 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts | |||
@@ -22,6 +22,7 @@ const PAGINATION_COUNT_DEFAULT = 15 | |||
22 | // Sortable columns per schema | 22 | // Sortable columns per schema |
23 | const SORTABLE_COLUMNS = { | 23 | const SORTABLE_COLUMNS = { |
24 | USERS: [ 'id', 'username', 'createdAt' ], | 24 | USERS: [ 'id', 'username', 'createdAt' ], |
25 | ACCOUNTS: [ 'createdAt' ], | ||
25 | JOBS: [ 'id', 'createdAt' ], | 26 | JOBS: [ 'id', 'createdAt' ], |
26 | VIDEO_ABUSES: [ 'id', 'createdAt' ], | 27 | VIDEO_ABUSES: [ 'id', 'createdAt' ], |
27 | VIDEO_CHANNELS: [ 'id', 'name', 'updatedAt', 'createdAt' ], | 28 | VIDEO_CHANNELS: [ 'id', 'name', 'updatedAt', 'createdAt' ], |