------------------------------------------------------------
revno: 15658
committer: Lars Helge Overland <larshe...@gmail.com>
branch nick: dhis2
timestamp: Thu 2014-06-12 18:43:46 +0200
message:
  Fixed typos
modified:
  
dhis-2/dhis-services/dhis-service-core/src/main/resources/org/hisp/dhis/dataelement/hibernate/DataElementCategoryOption.hbm.xml


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to 
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-services/dhis-service-core/src/main/resources/org/hisp/dhis/dataelement/hibernate/DataElementCategoryOption.hbm.xml'
--- dhis-2/dhis-services/dhis-service-core/src/main/resources/org/hisp/dhis/dataelement/hibernate/DataElementCategoryOption.hbm.xml	2014-06-10 20:46:05 +0000
+++ dhis-2/dhis-services/dhis-service-core/src/main/resources/org/hisp/dhis/dataelement/hibernate/DataElementCategoryOption.hbm.xml	2014-06-12 16:43:46 +0000
@@ -21,11 +21,11 @@
 
     <property name="endDate" type="timestamp" />
 
-    <set name="organisationUnits" table="cateogryoption_organisationunits">
+    <set name="organisationUnits" table="categoryoption_organisationunits">
       <cache usage="read-write" />
-      <key column="categoryoptionid" foreign-key="fk_cateogryoption_organisationunits_datasetid" />
+      <key column="categoryoptionid" foreign-key="fk_categoryoption_organisationunits_categoryoptionid" />
       <many-to-many column="organisationunitid" class="org.hisp.dhis.organisationunit.OrganisationUnit"
-        foreign-key="fk_cateogryoption_organisationunits_organisationunit" />
+        foreign-key="fk_categoryoption_organisationunits_organisationunitid" />
     </set>
 
     <set name="categoryOptionCombos" table="categoryoptioncombos_categoryoptions" inverse="true">

_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to     : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp

Reply via email to