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:
Britt Park
2007-01-15 15:46:44 +00:00
parent 1746843e34
commit bfeab49387

View File

@@ -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">