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