1
0
Fork 0
mirror of synced 2024-10-02 10:16:27 +13:00

Remove extra line

This commit is contained in:
Jake Barnby 2023-08-17 22:15:33 -04:00
parent dbba62fe24
commit 2d53c73e7a
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -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')})");