Merged V3.0 to HEAD

12331: Fixed ETHREEOH-1033: alf_child_assoc.qname_localname column too short


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@12573 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2009-01-06 13:41:53 +00:00
parent d6aca11a87
commit 44889712c7
7 changed files with 6 additions and 2071 deletions

View File

@@ -187,7 +187,7 @@
<column name="child_node_id" not-null="true"/>
</many-to-one>
<property name="qnameNamespaceId" column="qname_ns_id" type="long" not-null="true" /> <!-- fk_alf_cass_qnns -->
<property name="qnameLocalName" column="qname_localname" type="string" length="100" not-null="true" index="idx_alf_cass_qnln" />
<property name="qnameLocalName" column="qname_localname" type="string" length="255" not-null="true" index="idx_alf_cass_qnln" />
<property name="isPrimary" column="is_primary" />
<property name="index" column="assoc_index" />
</class>