From e62052546037520105f4ebd21ed11b0befe211e3 Mon Sep 17 00:00:00 2001 From: fogelito Date: Tue, 1 Aug 2023 13:24:28 +0300 Subject: [PATCH] Extra line --- src/Appwrite/Migration/Version/V19.php | 1 - 1 file changed, 1 deletion(-) 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 ;