From fafef03512c8292586b493dfc8f93caf962d8c5b Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Thu, 8 Sep 2022 04:53:46 +0000 Subject: [PATCH] region attribute on project --- app/config/collections.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/app/config/collections.php b/app/config/collections.php index 633e2c33b9..102c8706ac 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -523,6 +523,17 @@ $collections = [ 'array' => false, 'filters' => [], ], + [ + '$id' => ID::custom('region'), + 'type' => Database::VAR_STRING, + 'format' => '', + 'size' => 128, + 'signed' => true, + 'required' => false, + 'default' => null, + 'array' => false, + 'filters' => [], + ], [ '$id' => ID::custom('description'), 'type' => Database::VAR_STRING,