removed $id to get updated

This commit is contained in:
ArnabChatterjee20k 2025-08-05 21:56:31 +05:30
parent 7d798f5373
commit 066c801a45

View file

@ -55,7 +55,7 @@ class V23 extends Migration
'array' => false,
'filters' => [],
])]);
$this->dbForProject->updateDocuments('databases', new Document(['$id' => 'type','type' => 'sql']));
$this->dbForProject->updateDocuments('databases', new Document(['type' => 'sql']));
}
}