We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17c3e9d commit 9d5d75dCopy full SHA for 9d5d75d
setup/src/Magento/Setup/Console/Command/InstallCommand.php
@@ -68,16 +68,6 @@ class InstallCommand extends AbstractSetupCommand
68
*/
69
const INPUT_KEY_INTERACTIVE_SETUP_SHORTCUT = 'i';
70
71
- /**
72
- * Parameter says that in this mode all destructive operations, like column removal will be dumped
73
- */
74
- const INPUT_KEY_SAFE_INSTALLER_MODE = 'safe-mode';
75
-
76
77
- * Parameter allows to restore data, that was dumped with safe mode before
78
79
- const INPUT_KEY_DATA_RESTORE = 'data-restore';
80
81
/**
82
* Regex for sales_order_increment_prefix validation.
83
0 commit comments