Pogress SQL fix.

This commit is contained in:
Paulo Gustavo Veiga
2012-11-24 14:16:49 -03:00
parent b9748ca23a
commit 46264991b9
5 changed files with 8 additions and 8 deletions

View File

@@ -22,7 +22,7 @@
<set name="collaborations"
cascade="all,delete-orphan,save-update"
inverse="true">
<key column="MINDMAP_ID" not-null="true"/>
<key column="mindmap_id" not-null="true"/>
<one-to-many class="com.wisemapping.model.Collaboration"/>
</set>
</class>