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 bce797159..7e865fe3b 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts | |||
@@ -31,6 +31,7 @@ const PAGINATION = { | |||
31 | // Sortable columns per schema | 31 | // Sortable columns per schema |
32 | const SORTABLE_COLUMNS = { | 32 | const SORTABLE_COLUMNS = { |
33 | USERS: [ 'id', 'username', 'createdAt' ], | 33 | USERS: [ 'id', 'username', 'createdAt' ], |
34 | USER_SUBSCRIPTIONS: [ 'id', 'createdAt' ], | ||
34 | ACCOUNTS: [ 'createdAt' ], | 35 | ACCOUNTS: [ 'createdAt' ], |
35 | JOBS: [ 'createdAt' ], | 36 | JOBS: [ 'createdAt' ], |
36 | VIDEO_ABUSES: [ 'id', 'createdAt', 'state' ], | 37 | VIDEO_ABUSES: [ 'id', 'createdAt', 'state' ], |