From 9e4c8900820e4b9c41bdd035360fc2297058e099 Mon Sep 17 00:00:00 2001 From: mark_story Date: Thu, 23 Sep 2010 23:12:20 -0400 Subject: [PATCH] Updating the schema command in the core.php files to reflect the correct command needed for 1.3. Fixes #1031 --- app/config/core.php | 2 +- cake/console/templates/skel/config/core.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config/core.php b/app/config/core.php index b1b528d89..e0434b369 100644 --- a/app/config/core.php +++ b/app/config/core.php @@ -121,7 +121,7 @@ * Set the value of 'Session.save' to 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'); diff --git a/cake/console/templates/skel/config/core.php b/cake/console/templates/skel/config/core.php index b1b528d89..e0434b369 100644 --- a/cake/console/templates/skel/config/core.php +++ b/cake/console/templates/skel/config/core.php @@ -121,7 +121,7 @@ * Set the value of 'Session.save' to 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');