We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b25b00 commit d23b1feCopy full SHA for d23b1fe
1 file changed
src/Database/Database.php
@@ -4832,6 +4832,8 @@ public function createOrUpdateDocumentsWithIncrease(
4832
$doc = $this->silent(fn () => $this->populateDocumentRelationships($collection, $doc));
4833
}
4834
4835
+ $doc = $this->decode($collection, $doc);
4836
+
4837
if ($this->getSharedTables() && $this->getTenantPerDocument()) {
4838
$this->withTenant($doc->getTenant(), function () use ($collection, $doc) {
4839
$this->purgeCachedDocument($collection->getId(), $doc->getId());
0 commit comments