diff --git a/src/Appwrite/Migration/Version/V23.php b/src/Appwrite/Migration/Version/V23.php index d54b6ddc87..7d24756c14 100644 --- a/src/Appwrite/Migration/Version/V23.php +++ b/src/Appwrite/Migration/Version/V23.php @@ -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'])); } }