mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Remove extra line
This commit is contained in:
parent
dbba62fe24
commit
2d53c73e7a
1 changed files with 0 additions and 1 deletions
|
|
@ -55,7 +55,6 @@ class V19 extends Migration
|
|||
|
||||
$databaseTable = "database_{$database->getInternalId()}";
|
||||
|
||||
|
||||
foreach ($this->documentsIterator($databaseTable) as $collection) {
|
||||
$collectionTable = "{$databaseTable}_collection_{$collection->getInternalId()}";
|
||||
Console::log("Migrating Collections of {$collectionTable} {$collection->getId()} ({$collection->getAttribute('name')})");
|
||||
|
|
|
|||
Loading…
Reference in a new issue