|
From: <cl...@hy...> - 2007-03-27 04:27:57
|
Author: clee Date: 2007-03-26 20:27:56 -0800 (Mon, 26 Mar 2007) New Revision: 3918 URL: http://svn.hyperic.org/?view=rev&root=Hyperic+HQ&revision=3918 Modified: trunk/sql/appdef/ConfigResponseDB.hq-xml Log: Remove explict column length and use VARCHAR type so the MySQL does not have to specify length for index. Modified: trunk/sql/appdef/ConfigResponseDB.hq-xml =================================================================== --- trunk/sql/appdef/ConfigResponseDB.hq-xml 2007-03-27 04:26:09 UTC (rev 3917) +++ trunk/sql/appdef/ConfigResponseDB.hq-xml 2007-03-27 04:27:56 UTC (rev 3918) @@ -46,7 +46,7 @@ </property> <property name="validationError" type="string"> - <column name="VALIDATIONERR" not-null="false" length="512" index="CRESP_ERR_IDX" /> + <column name="VALIDATIONERR" not-null="false" index="CRESP_ERR_IDX" /> </property> </class> |