Fix issue where store.protocol column was longer than node.protocol, thereby causing SQLServer2000 schema creation to fail

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2144 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2006-01-19 11:18:17 +00:00
parent 597b67a99b
commit b4550ffa98

View File

@@ -16,7 +16,7 @@
optimistic-lock="version" >
<!-- composite PK -->
<composite-id name="key" class="org.alfresco.repo.domain.StoreKey">
<key-property name="protocol" length="100" />
<key-property name="protocol" length="50" />
<key-property name="identifier" length="100" />
</composite-id>
<!-- forward assoc to root node -->