Skip to content

Commit 9d5d75d

Browse files
committed
MAGETWO-88054: Move declarative setup from setup to framework
1 parent 17c3e9d commit 9d5d75d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

setup/src/Magento/Setup/Console/Command/InstallCommand.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,16 +68,6 @@ class InstallCommand extends AbstractSetupCommand
6868
*/
6969
const INPUT_KEY_INTERACTIVE_SETUP_SHORTCUT = 'i';
7070

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-
8171
/**
8272
* Regex for sales_order_increment_prefix validation.
8373
*/

0 commit comments

Comments
 (0)