Skip to content

Commit 28d7825

Browse files
committed
Update postgres
1 parent 554c5bb commit 28d7825

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Database/Adapter/Postgres.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1183,10 +1183,6 @@ public function updateDocument(string $collection, string $id, Document $documen
11831183
$attributes['_updatedAt'] = $document->getUpdatedAt();
11841184
$attributes['_permissions'] = json_encode($document->getPermissions());
11851185

1186-
if ($this->sharedTables) {
1187-
$attributes['_tenant'] = $this->tenant;
1188-
}
1189-
11901186
$name = $this->filter($collection);
11911187
$columns = '';
11921188

0 commit comments

Comments
 (0)