From eed203594ee64a86ee8cf05da22cf56f774690ca Mon Sep 17 00:00:00 2001 From: zYne Date: Thu, 6 Sep 2007 20:12:12 +0000 Subject: [PATCH] --- lib/Doctrine.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/Doctrine.php b/lib/Doctrine.php index 0566f993a..14fd40e5f 100644 --- a/lib/Doctrine.php +++ b/lib/Doctrine.php @@ -306,7 +306,7 @@ final class Doctrine * Portability: turn on all portability features. * @see Doctrine::ATTR_PORTABILITY */ - const PORTABILITY_ALL = 33; + const PORTABILITY_ALL = 63; /** * LOCKMODE CONSTANTS @@ -336,10 +336,14 @@ final class Doctrine * export constraints */ const EXPORT_CONSTRAINTS = 2; + /** + * export plugins + */ + const EXPORT_PLUGINS = 4; /** * export all */ - const EXPORT_ALL = 3; + const EXPORT_ALL = 7; /** * HYDRATION CONSTANTS