Skip to content

Commit 6ff2d7b

Browse files
updated
1 parent 7315ba2 commit 6ff2d7b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Database/Database.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6458,8 +6458,8 @@ public function updateDocuments(
64586458
$this->adapter->getMinDateTime(),
64596459
$this->adapter->getMaxDateTime(),
64606460
$this->adapter->getSupportForAttributes(),
6461-
null, // No old document available in bulk updates
6462-
$this->adapter->getSupportForUnsignedBigInt()
6461+
supportUnsignedBigInt: $this->adapter->getSupportForUnsignedBigInt(),
6462+
currentDocument: null // No old document available in bulk updates
64636463
);
64646464

64656465
if (!$validator->isValid($updates)) {

0 commit comments

Comments
 (0)