diff --git a/scripts/db/schemes/channels.js b/scripts/db/schemes/channels.js index 09ed9f00..f4327140 100644 --- a/scripts/db/schemes/channels.js +++ b/scripts/db/schemes/channels.js @@ -13,6 +13,7 @@ module.exports = { .invalid(Joi.ref('name')) .allow(null), network: Joi.string().allow(null), + owner: Joi.string().allow(null), country: Joi.string() .regex(/^[A-Z]{2}$/) .required(),