mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Update V20.php
This commit is contained in:
parent
370e814b8c
commit
a2b9dbc208
1 changed files with 1 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue