mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
commit
edf37e7503
1 changed files with 2 additions and 2 deletions
|
@ -522,7 +522,7 @@ class SchemaShell extends AppShell {
|
||||||
))->addSubcommand('update', array(
|
))->addSubcommand('update', array(
|
||||||
'help' => __d('cake_console', 'Alter the tables based on the schema file.'),
|
'help' => __d('cake_console', 'Alter the tables based on the schema file.'),
|
||||||
'parser' => array(
|
'parser' => array(
|
||||||
'options' => compact('plugin', 'path', 'file', 'name', 'connection', 'dry', 'snapshot'),
|
'options' => compact('plugin', 'path', 'file', 'name', 'connection', 'dry', 'snapshot', 'force'),
|
||||||
'args' => array(
|
'args' => array(
|
||||||
'name' => array(
|
'name' => array(
|
||||||
'help' => __d('cake_console', 'Name of schema to use.')
|
'help' => __d('cake_console', 'Name of schema to use.')
|
||||||
|
@ -535,4 +535,4 @@ class SchemaShell extends AppShell {
|
||||||
));
|
));
|
||||||
return $parser;
|
return $parser;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue