1
0
Fork 0
mirror of synced 2024-07-03 05:31:38 +12:00

fix schedules collections

This commit is contained in:
Damodar Lohani 2023-07-11 02:12:28 +00:00
parent 6b15e1fd0d
commit 57bdf56c3d

View file

@ -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,