Browse Source

Merge pull request #1811 from Lezek123/iscensored-contraint-fix

Content directory schemas - fix isCensored unique contraint bug
Mokhtar Naamani 4 years ago
parent
commit
cc595436a3

+ 0 - 1
content-directory-schemas/inputs/schemas/ChannelSchema.json

@@ -36,7 +36,6 @@
       "name": "isCensored",
       "description": "Channel censorship status set by the Curator.",
       "required": false,
-      "unique": true,
       "property_type": { "Single": "Bool" },
       "locking_policy": { "is_locked_from_controller": true }
     },

+ 0 - 1
content-directory-schemas/inputs/schemas/VideoSchema.json

@@ -92,7 +92,6 @@
       "name": "isCensored",
       "description": "Video censorship status set by the Curator.",
       "required": false,
-      "unique": true,
       "property_type": { "Single": "Bool" },
       "locking_policy": { "is_locked_from_controller": true }
     }