Skip to content

Commit fdc7a4c

Browse files
committed
upgrade migration to CW 5
1 parent 37f3690 commit fdc7a4c

5 files changed

Lines changed: 1175 additions & 112 deletions

File tree

cli/application.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
use Symfony\Component\DependencyInjection\Reference;
1010
use Mooc\Command\Command;
1111
use Mooc\Command\MigrateCoursewareCommand;
12+
use Mooc\Command\MigrateCoursewareCommandOld;
1213
use Mooc\Command\MigrateResetStatus;
1314

1415
/**
@@ -46,6 +47,7 @@ function bootstrapApplication()
4647
function registerCommands(Application $application, ContainerInterface $container)
4748
{
4849
$commands = array(
50+
new MigrateCoursewareCommandOld(),
4951
new MigrateCoursewareCommand(),
5052
new MigrateResetStatus(),
5153
);

0 commit comments

Comments
 (0)