mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
This loosens a constraint that caused Sybase to barf with a constraint violation. I think.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4834 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -114,7 +114,7 @@
|
|||||||
column="next_version_id" not-null="true"/>
|
column="next_version_id" not-null="true"/>
|
||||||
<!-- Every AVMStore has a root directory that is the current root directory. -->
|
<!-- Every AVMStore has a root directory that is the current root directory. -->
|
||||||
<many-to-one name="root" class="DirectoryNodeImpl"
|
<many-to-one name="root" class="DirectoryNodeImpl"
|
||||||
column="current_root_id" unique="true" cascade="save-update">
|
column="current_root_id" cascade="save-update">
|
||||||
</many-to-one>
|
</many-to-one>
|
||||||
</class>
|
</class>
|
||||||
<class name="VersionRootImpl" proxy="VersionRoot" table="avm_version_roots">
|
<class name="VersionRootImpl" proxy="VersionRoot" table="avm_version_roots">
|
||||||
|
Reference in New Issue
Block a user