Skip to content

Commit 8b72122

Browse files
Merge branch 'main' into fix/pg-adapter
2 parents a079a0c + 1f48ccc commit 8b72122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Database/Database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6678,7 +6678,7 @@ public function getCacheKeys(string $collectionId, ?string $documentId = null, a
66786678

66796679
$tenantSegment = $this->adapter->getTenant();
66806680

6681-
if (isset($this->globalCollections[$collectionId])) {
6681+
if ($collectionId === self::METADATA && isset($this->globalCollections[$documentId])) {
66826682
$tenantSegment = null;
66836683
}
66846684

0 commit comments

Comments
 (0)