diff options
-rw-r--r-- | core/Command/Upgrade.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/core/Command/Upgrade.php b/core/Command/Upgrade.php index d9f26d5ac8d..aec74849fea 100644 --- a/core/Command/Upgrade.php +++ b/core/Command/Upgrade.php @@ -72,12 +72,6 @@ class Upgrade extends Command { ->setName('upgrade') ->setDescription('run upgrade routines after installation of a new release. The release has to be installed before.') ->addOption( - '--dry-run', - null, - InputOption::VALUE_NONE, - 'only runs the database schema migration simulation, do not actually update' - ) - ->addOption( '--no-app-disable', null, InputOption::VALUE_NONE, |