diff --git a/src/Appwrite/Migration/Version/V19.php b/src/Appwrite/Migration/Version/V19.php index c31b4fa9e4..39522aff0b 100644 --- a/src/Appwrite/Migration/Version/V19.php +++ b/src/Appwrite/Migration/Version/V19.php @@ -150,7 +150,6 @@ class V19 extends Migration { try { $table = "`{$this->projectDB->getDefaultDatabase()}`.`_{$this->project->getInternalId()}_{$collectionName}`"; - $this->pdo->prepare(" ALTER TABLE {$table} CHANGE COLUMN `_uid` `_uid` VARCHAR(255) NOT NULL ;