Skip to content

Commit

Permalink
Merge pull request #420 from owncloud/kill-dbupgrade
Browse files Browse the repository at this point in the history
Kill DbUpgradeCommand - not an updater responsibility
  • Loading branch information
VicDeo committed Mar 21, 2017
2 parents 7099fe9 + eb814d0 commit 8ee1ef9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 59 deletions.
4 changes: 0 additions & 4 deletions app/config/container.php
Expand Up @@ -35,7 +35,6 @@
use Owncloud\Updater\Command\CheckpointCommand;
use Owncloud\Updater\Command\CheckSystemCommand;
use Owncloud\Updater\Command\CleanCacheCommand;
use Owncloud\Updater\Command\DbUpgradeCommand;
use Owncloud\Updater\Command\DetectCommand;
use Owncloud\Updater\Command\DisableNotShippedAppsCommand;
use Owncloud\Updater\Command\EnableNotShippedAppsCommand;
Expand Down Expand Up @@ -106,9 +105,6 @@
$c['command.cleanCache'] = function($c){
return new CleanCacheCommand();
};
$c['command.dbUpgrade'] = function($c){
return new DbUpgradeCommand();
};
$c['command.detect'] = function($c){
return new DetectCommand($c['utils.fetcher'], $c['utils.configReader']);
};
Expand Down
55 changes: 0 additions & 55 deletions src/Command/DbUpgradeCommand.php

This file was deleted.

0 comments on commit 8ee1ef9

Please sign in to comment.