From 981d8d664eac1754db938e928134e404f4b27b9d Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sun, 16 Oct 2022 22:53:06 +0300 Subject: [PATCH] Update channels.js --- scripts/db/schemes/channels.js | 1 + 1 file changed, 1 insertion(+) 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(),