mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-12 15:06:27 +00:00
schema update documentation lacked -f param usage.
This commit is contained in:
parent
5687483d5c
commit
7feaa0f5a2
1 changed files with 1 additions and 0 deletions
|
@ -504,6 +504,7 @@ Commands:
|
||||||
parameter will only update one table.
|
parameter will only update one table.
|
||||||
To use a snapshot pass the `-s` param with the snapshot number.
|
To use a snapshot pass the `-s` param with the snapshot number.
|
||||||
To preview the changes that will be done use `-dry`.
|
To preview the changes that will be done use `-dry`.
|
||||||
|
To force update of all tables into the schema, use the -f param.
|
||||||
TEXT;
|
TEXT;
|
||||||
$this->out($help);
|
$this->out($help);
|
||||||
$this->_stop();
|
$this->_stop();
|
||||||
|
|
Loading…
Add table
Reference in a new issue