mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
chore: add comment
This commit is contained in:
parent
e6c986d3fb
commit
3e4470ed57
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue