Author: julien(a)jboss.com
Date: 2007-04-27 11:15:44 -0400 (Fri, 27 Apr 2007)
New Revision: 7113
Modified:
trunk/core/src/resources/portal-core-sar/conf/hibernate/instance/domain.hbm.xml
Log:
suggestion from Adam for mysql5 prb with key lengths
Modified: trunk/core/src/resources/portal-core-sar/conf/hibernate/instance/domain.hbm.xml
===================================================================
---
trunk/core/src/resources/portal-core-sar/conf/hibernate/instance/domain.hbm.xml 2007-04-27
14:53:40 UTC (rev 7112)
+++
trunk/core/src/resources/portal-core-sar/conf/hibernate/instance/domain.hbm.xml 2007-04-27
15:15:44 UTC (rev 7113)
@@ -115,7 +115,7 @@
name="customizationId"
column="USER_ID"
not-null="true"
- length="170"/>
+ length="160"/>
<property
name="portletRef"
column="PORTLET_REF"
Show replies by date