mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
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:
@@ -16,7 +16,7 @@
|
|||||||
optimistic-lock="version" >
|
optimistic-lock="version" >
|
||||||
<!-- composite PK -->
|
<!-- composite PK -->
|
||||||
<composite-id name="key" class="org.alfresco.repo.domain.StoreKey">
|
<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" />
|
<key-property name="identifier" length="100" />
|
||||||
</composite-id>
|
</composite-id>
|
||||||
<!-- forward assoc to root node -->
|
<!-- forward assoc to root node -->
|
||||||
|
Reference in New Issue
Block a user