diff options
Diffstat (limited to 'server/models/video/video-comment.ts')
-rw-r--r-- | server/models/video/video-comment.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/server/models/video/video-comment.ts b/server/models/video/video-comment.ts index f93d81d67..e79aff209 100644 --- a/server/models/video/video-comment.ts +++ b/server/models/video/video-comment.ts | |||
@@ -108,6 +108,9 @@ enum ScopeNames { | |||
108 | { | 108 | { |
109 | fields: [ 'url' ], | 109 | fields: [ 'url' ], |
110 | unique: true | 110 | unique: true |
111 | }, | ||
112 | { | ||
113 | fields: [ 'accountId' ] | ||
111 | } | 114 | } |
112 | ] | 115 | ] |
113 | }) | 116 | }) |