diff --git a/src/Appwrite/Migration/Version/V19.php b/src/Appwrite/Migration/Version/V19.php index c2a593be25..08f4789317 100644 --- a/src/Appwrite/Migration/Version/V19.php +++ b/src/Appwrite/Migration/Version/V19.php @@ -169,8 +169,6 @@ class V19 extends Migration */ protected function migrateBuckets(): void { - $this->alterPermissionIndex('buckets'); - foreach ($this->documentsIterator('buckets') as $bucket) { $id = "bucket_{$bucket->getInternalId()}"; $this->alterPermissionIndex($id);