mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Add buckets
This commit is contained in:
parent
9827d80f9c
commit
214bc4af56
1 changed files with 0 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue