From 3e4470ed573caa2ddf7c9828c23efba6a332c6d5 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Wed, 2 Mar 2022 08:56:20 +0100 Subject: [PATCH] chore: add comment --- src/Appwrite/Migration/Version/V12.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Appwrite/Migration/Version/V12.php b/src/Appwrite/Migration/Version/V12.php index 20522cd501..442f3379cd 100644 --- a/src/Appwrite/Migration/Version/V12.php +++ b/src/Appwrite/Migration/Version/V12.php @@ -175,6 +175,9 @@ class V12 extends Migration ])); $this->createCollection('files', 'bucket_1'); + /** + * Migrate all files to default Bucket. + */ $nextDocument = null; do { $documents = $this->projectDB->find('files', limit: $this->limit, cursor: $nextDocument);