mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Merged pull request #61 from sime/master.
Documentation for schema update missing -f param
This commit is contained in:
commit
169c330086
1 changed files with 1 additions and 0 deletions
|
@ -504,6 +504,7 @@ Commands:
|
|||
parameter will only update one table.
|
||||
To use a snapshot pass the `-s` param with the snapshot number.
|
||||
To preview the changes that will be done use `-dry`.
|
||||
To force update of all tables into the schema, use the -f param.
|
||||
TEXT;
|
||||
$this->out($help);
|
||||
$this->_stop();
|
||||
|
|
Loading…
Reference in a new issue