diff options
author | Joas Schilling <coding@schilljs.com> | 2017-07-19 12:14:42 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-07-25 12:47:39 +0200 |
commit | 0a0dbbdf15d30951d909924b6e3f3b2bcc093017 (patch) | |
tree | 4907db6c9fbb31cc95af6f662300386ec21b831f /core/register_command.php | |
parent | 3fedfe67b9d89a1d83c40b6290c88a304da1c321 (diff) | |
download | nextcloud-server-0a0dbbdf15d30951d909924b6e3f3b2bcc093017.tar.gz nextcloud-server-0a0dbbdf15d30951d909924b6e3f3b2bcc093017.zip |
Remove generate change script which doesnt work with migrations anymore
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'core/register_command.php')
-rw-r--r-- | core/register_command.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/register_command.php b/core/register_command.php index c65ff8d0067..fd693729a72 100644 --- a/core/register_command.php +++ b/core/register_command.php @@ -82,7 +82,6 @@ if (\OC::$server->getConfig()->getSystemValue('installed', false)) { $application->add(new OC\Core\Command\Config\System\GetConfig(\OC::$server->getSystemConfig())); $application->add(new OC\Core\Command\Config\System\SetConfig(\OC::$server->getSystemConfig())); - $application->add(new OC\Core\Command\Db\GenerateChangeScript()); $application->add(new OC\Core\Command\Db\ConvertType(\OC::$server->getConfig(), new \OC\DB\ConnectionFactory(\OC::$server->getSystemConfig()))); $application->add(new OC\Core\Command\Db\ConvertMysqlToMB4(\OC::$server->getConfig(), \OC::$server->getDatabaseConnection(), \OC::$server->getURLGenerator(), \OC::$server->getLogger())); $application->add(new OC\Core\Command\Db\Migrations\StatusCommand(\OC::$server->getDatabaseConnection())); |