dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #25535
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 12693: Added missing relative periods hibernate mapping to MapView
------------------------------------------------------------
revno: 12693
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2013-10-15 20:08:15 +0200
message:
Added missing relative periods hibernate mapping to MapView
modified:
dhis-2/dhis-services/dhis-service-core/src/main/resources/org/hisp/dhis/mapping/hibernate/MapView.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/mapping/hibernate/MapView.hbm.xml'
--- dhis-2/dhis-services/dhis-service-core/src/main/resources/org/hisp/dhis/mapping/hibernate/MapView.hbm.xml 2013-10-15 16:53:50 +0000
+++ dhis-2/dhis-services/dhis-service-core/src/main/resources/org/hisp/dhis/mapping/hibernate/MapView.hbm.xml 2013-10-15 18:08:15 +0000
@@ -62,6 +62,9 @@
foreign-key="fk_mapview_periods_periodid" />
</list>
+ <many-to-one name="relatives" unique="true" class="org.hisp.dhis.period.RelativePeriods" column="relativeperiodsid"
+ cascade="all-delete-orphan" foreign-key="fk_mapview_relativeperiodsid" />
+
<list name="organisationUnitLevels" table="mapview_orgunitlevels">
<cache usage="read-write" />
<key column="mapviewid" foreign-key="fk_mapview_orgunitlevels_mapviewid" />