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);