From 57bdf56c3d0ec4faf86ca13b794be189c5815a33 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Tue, 11 Jul 2023 02:12:28 +0000 Subject: [PATCH] fix schedules collections --- app/config/collections.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/app/config/collections.php b/app/config/collections.php index 5fd29d3abf..47216f1c76 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -2688,6 +2688,17 @@ $auth = Config::getParam('auth', []); 'array' => false, 'filters' => [], ], + [ + '$id' => ID::custom('resourceInternalId'), + 'type' => Database::VAR_STRING, + 'format' => '', + 'size' => Database::LENGTH_KEY, + 'signed' => true, + 'required' => true, + 'default' => null, + 'array' => false, + 'filters' => [], + ], [ '$id' => ID::custom('resourceId'), 'type' => Database::VAR_STRING,