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

Update V20.php

This commit is contained in:
Bradley Schofield 2024-02-21 09:42:04 +00:00
parent 370e814b8c
commit a2b9dbc208

View file

@ -47,6 +47,7 @@ class V20 extends Migration
Console::info('Migrating Collections');
$this->migrateCollections();
// No need to migrate stats for console
if ($this->project->getInternalId() !== 'console') {
Console::info('Migrating Functions');
$this->migrateFunctions();