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,