mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Added missing 'write' param for schema dump shell. Fixes #2179.
This commit is contained in:
parent
4742168253
commit
14efc4daae
1 changed files with 1 additions and 1 deletions
|
@ -498,7 +498,7 @@ class SchemaShell extends Shell {
|
|||
))->addSubcommand('dump', array(
|
||||
'help' => __d('cake_console', 'Dump database SQL based on a schema file to stdout.'),
|
||||
'parser' => array(
|
||||
'options' => compact('plugin', 'path', 'file', 'name', 'connection'),
|
||||
'options' => compact('plugin', 'path', 'file', 'name', 'connection', 'write'),
|
||||
'arguments' => compact('name')
|
||||
)
|
||||
))->addSubcommand('create', array(
|
||||
|
|
Loading…
Add table
Reference in a new issue