mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
chore: add comment
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user