From 7133b6765785c6a168b68a42e1609c87de2314e5 Mon Sep 17 00:00:00 2001 From: zYne Date: Sun, 8 Jul 2007 19:33:57 +0000 Subject: [PATCH] --- lib/Doctrine/Manager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/Manager.php b/lib/Doctrine/Manager.php index 6ecde9186..d512922dd 100644 --- a/lib/Doctrine/Manager.php +++ b/lib/Doctrine/Manager.php @@ -120,7 +120,7 @@ class Doctrine_Manager extends Doctrine_Configurable implements Countable, Itera Doctrine::ATTR_QUOTE_IDENTIFIER => false, Doctrine::ATTR_SEQCOL_NAME => 'id', Doctrine::ATTR_PORTABILITY => Doctrine::PORTABILITY_ALL, - Doctrine::ATTR_EXPORT => Doctrine::EXPORT_NONE, + Doctrine::ATTR_EXPORT => Doctrine::EXPORT_ALL, Doctrine::ATTR_DECIMAL_PLACES => 2, ); foreach ($attributes as $attribute => $value) {