1
0
Fork 0
mirror of synced 2024-07-04 06:00:53 +12:00
This commit is contained in:
shimon 2024-02-04 09:34:42 +02:00
parent a63977455f
commit 036fa93295

View file

@ -42,15 +42,15 @@ class V20 extends Migration
Console::log('Migrating Project: ' . $this->project->getAttribute('name') . ' (' . $this->project->getId() . ')');
$this->projectDB->setNamespace("_{$this->project->getInternalId()}");
Console::info('Migrating Collections');
$this->migrateCollections();
Console::info('Migrating Functions');
$this->migrateFunctions();
Console::info('Migrating Databases');
$this->migrateDatabases();
Console::info('Migrating Collections');
$this->migrateCollections();
Console::info('Migrating Buckets');
$this->migrateBuckets();