mirror of
https://github.com/appwrite/appwrite
synced 2026-05-06 06:48:22 +00:00
removed $id to get updated
This commit is contained in:
parent
7d798f5373
commit
066c801a45
1 changed files with 1 additions and 1 deletions
|
|
@ -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']));
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue