aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--server/models/video/sql/shared/video-tables.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/models/video/sql/shared/video-tables.ts b/server/models/video/sql/shared/video-tables.ts
index 52929fa5e..abdd22188 100644
--- a/server/models/video/sql/shared/video-tables.ts
+++ b/server/models/video/sql/shared/video-tables.ts
@@ -43,6 +43,7 @@ export class VideoTables {
43 if (this.mode === 'get') { 43 if (this.mode === 'get') {
44 attributeKeys = attributeKeys.concat([ 44 attributeKeys = attributeKeys.concat([
45 'description', 45 'description',
46 'userId',
46 'createdAt', 47 'createdAt',
47 'updatedAt' 48 'updatedAt'
48 ]) 49 ])