Merge branch '1.8.x' into fix/sdk-beta-versioning

This commit is contained in:
Chirag Aggarwal
2026-03-05 09:52:47 +05:30
committed by GitHub
2 changed files with 1 additions and 8 deletions
-7
View File
@@ -2190,13 +2190,6 @@ return [
'lengths' => [],
'orders' => [Database::ORDER_ASC],
],
[
'$id' => ID::custom('_key_function_internal_id'),
'type' => Database::INDEX_KEY,
'attributes' => ['resourceInternalId'],
'lengths' => [],
'orders' => [],
],
[
'$id' => ID::custom('_key_resourceType'),
'type' => Database::INDEX_KEY,
+1 -1
View File
@@ -29,7 +29,7 @@ class Usage extends Listener
{
$this
->desc('Records usage metrics')
->inject('publisher')
->inject('publisherStatsUsage')
->callback($this->handle(...));
}