Fix in drop db sql
This commit is contained in:
parent
ddd92c8b37
commit
45d12c82ba
@ -62,7 +62,7 @@ class CreateDatabase extends Command
|
||||
if ($this->option('reset') === true) {
|
||||
$cmd = array_merge(
|
||||
$mysql_cmd,
|
||||
["-e 'DROP DATABASE IF EXISTS" . config($dbkey . 'database') . "'"]
|
||||
["-e 'DROP DATABASE IF EXISTS " . config($dbkey . 'database') . "'"]
|
||||
);
|
||||
|
||||
$this->runCommand($cmd);
|
||||
|
Loading…
Reference in New Issue
Block a user