From 7feaa0f5a2632c5b453a95c0390332817053d8a4 Mon Sep 17 00:00:00 2001 From: Simon Males Date: Tue, 26 Apr 2011 07:15:32 -0700 Subject: [PATCH] schema update documentation lacked -f param usage. --- cake/console/libs/schema.php | 1 + 1 file changed, 1 insertion(+) diff --git a/cake/console/libs/schema.php b/cake/console/libs/schema.php index 840e3c61a..8a0c9547d 100644 --- a/cake/console/libs/schema.php +++ b/cake/console/libs/schema.php @@ -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();