Updating the schema command in the core.php files to reflect the correct command needed for 1.3. Fixes #1031

This commit is contained in:
mark_story 2010-09-23 23:12:20 -04:00
parent e161b41e3c
commit 9e4c890082
2 changed files with 2 additions and 2 deletions

View file

@ -121,7 +121,7 @@
* Set the value of 'Session.save' to <name> to utilize it in CakePHP.
*
* To use database sessions, run the app/config/schema/sessions.php schema using
* the cake shell command: cake schema run create Sessions
* the cake shell command: cake schema create Sessions
*
*/
Configure::write('Session.save', 'php');

View file

@ -121,7 +121,7 @@
* Set the value of 'Session.save' to <name> to utilize it in CakePHP.
*
* To use database sessions, run the app/config/schema/sessions.php schema using
* the cake shell command: cake schema run create Sessions
* the cake shell command: cake schema create Sessions
*
*/
Configure::write('Session.save', 'php');