aboutsummaryrefslogtreecommitdiffstats
path: root/core/register_command.php
diff options
context:
space:
mode:
authorringmaster <epithet@gmail.com>2013-10-24 13:59:39 -0400
committerringmaster <epithet@gmail.com>2013-10-24 13:59:39 -0400
commit29a21466f37a7fed4263ecefcbe658b510d1a3f3 (patch)
tree694ba9c556f9a533ae35b525fa16d763e67b2286 /core/register_command.php
parent3917d18980638e86f5cce9242adeded0ca760260 (diff)
downloadnextcloud-server-29a21466f37a7fed4263ecefcbe658b510d1a3f3.tar.gz
nextcloud-server-29a21466f37a7fed4263ecefcbe658b510d1a3f3.zip
Add `occ upgrade` command.
Diffstat (limited to 'core/register_command.php')
-rw-r--r--core/register_command.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/register_command.php b/core/register_command.php
index 683e7ae1833..cfea1a6b888 100644
--- a/core/register_command.php
+++ b/core/register_command.php
@@ -9,3 +9,4 @@
/** @var $application Symfony\Component\Console\Application */
$application->add(new OC\Core\Command\Status);
$application->add(new OC\Core\Command\Db\GenerateChangeScript());
+$application->add(new OC\Core\Command\Upgrade());