From 214bc4af56978a0cb56e6eb38ba6d6862b68105b Mon Sep 17 00:00:00 2001 From: fogelito Date: Wed, 7 Jun 2023 10:32:46 +0300 Subject: [PATCH] Add buckets --- src/Appwrite/Migration/Version/V19.php | 2 -- 1 file changed, 2 deletions(-) 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);