Commit 4d1722fb authored by zYne's avatar zYne

added ATTR_DECIMAL_PLACES

parent 29a6d2ef
......@@ -155,6 +155,7 @@ final class Doctrine
const ATTR_DBNAME_FORMAT = 117;
const ATTR_TBLCLASS_FORMAT = 119;
const ATTR_EXPORT = 140;
const ATTR_DECIMAL_PLACES = 141;
......
......@@ -134,6 +134,7 @@ abstract class Doctrine_Configurable
case Doctrine::ATTR_EMULATE_DATABASE:
case Doctrine::ATTR_DEFAULT_SEQUENCE:
case Doctrine::ATTR_EXPORT:
case Doctrine::ATTR_DECIMAL_PLACES:
break;
case Doctrine::ATTR_SEQCOL_NAME:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment