diff --git a/lib/Cake/Console/Command/SchemaShell.php b/lib/Cake/Console/Command/SchemaShell.php index 473ae61a6..302b63eb0 100644 --- a/lib/Cake/Console/Command/SchemaShell.php +++ b/lib/Cake/Console/Command/SchemaShell.php @@ -53,6 +53,8 @@ class SchemaShell extends AppShell { $this->out('Cake Schema Shell'); $this->hr(); + Configure::write('Cache.disable', 1); + $name = $path = $connection = $plugin = null; if (!empty($this->params['name'])) { $name = $this->params['name'];