[Bedework-commit] calendarapi r674 - trunk/calCore/resources/hbms

svnadmin at bedework.org svnadmin at bedework.org
Tue Jul 29 22:59:25 EDT 2008


Author: douglm
Date: 2008-07-29 22:59:21 -0400 (Tue, 29 Jul 2008)
New Revision: 674

Modified:
   trunk/calCore/resources/hbms/Xproperty.hbm.xml
Log:
Increase length of parameters to 4000

Modified: trunk/calCore/resources/hbms/Xproperty.hbm.xml
===================================================================
--- trunk/calCore/resources/hbms/Xproperty.hbm.xml	2008-07-30 02:58:08 UTC (rev 673)
+++ trunk/calCore/resources/hbms/Xproperty.hbm.xml	2008-07-30 02:59:21 UTC (rev 674)
@@ -21,7 +21,7 @@
     <property name="name" type="string" length="100"
               column="bw_name"  />
 
-    <property name="pars" type="string" length="200"
+    <property name="pars" type="string" length="4000"
               column="bw_pars"  />
 
     <property name="value" column="bw_value" type="text"/>



More information about the Bedework-commit mailing list