From c50e9d1c01fed50ad59fe33d02ca8c741efec615 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Mon, 23 Apr 2018 13:53:12 +1000 Subject: [PATCH] Add `tablePrefix` to `SetupController.php`, allowing it to be used as a command-line parameter --- src/console/controllers/SetupController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/console/controllers/SetupController.php b/src/console/controllers/SetupController.php index 6244bc08bed..fdcdf0b2d02 100644 --- a/src/console/controllers/SetupController.php +++ b/src/console/controllers/SetupController.php @@ -83,6 +83,7 @@ public function options($actionID) $options[] = 'password'; $options[] = 'database'; $options[] = 'schema'; + $options[] = 'tablePrefix'; } return $options;