Skip to content

Commit

Permalink
no reorder by default
Browse files Browse the repository at this point in the history
  • Loading branch information
lekoala committed Dec 6, 2023
1 parent 0c05e56 commit af844d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tasks/DropUnusedDatabaseObjectsTask.php
Expand Up @@ -33,7 +33,7 @@ public function run($request)

$this->addOption("tables", "Clean unused tables", true);
$this->addOption("fields", "Clean unused fields", true);
$this->addOption("reorder", "Reorder fields", true);
$this->addOption("reorder", "Reorder fields", false);
$this->addOption("go", "Tick this to proceed", false);

$options = $this->askOptions();
Expand Down

0 comments on commit af844d7

Please sign in to comment.