← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 21421: Shortened some constraint names

 

------------------------------------------------------------
revno: 21421
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2015-12-11 11:40:23 +0100
message:
  Shortened some constraint names
modified:
  dhis-2/dhis-services/dhis-service-core/src/main/resources/org/hisp/dhis/eventchart/EventChart.hbm.xml
  dhis-2/dhis-services/dhis-service-core/src/main/resources/org/hisp/dhis/eventreport/EventReport.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/eventchart/EventChart.hbm.xml'
--- dhis-2/dhis-services/dhis-service-core/src/main/resources/org/hisp/dhis/eventchart/EventChart.hbm.xml	2015-10-11 20:24:39 +0000
+++ dhis-2/dhis-services/dhis-service-core/src/main/resources/org/hisp/dhis/eventchart/EventChart.hbm.xml	2015-12-11 10:40:23 +0000
@@ -77,7 +77,7 @@
       <key column="eventchartid" foreign-key="fk_eventchart_programindicatordimensions_eventchartid" />
       <list-index column="sort_order" base="0" />
       <many-to-many column="trackedentityprogramindicatordimensionid" class="org.hisp.dhis.trackedentity.TrackedEntityProgramIndicatorDimension"
-        foreign-key="fk_eventchart_programindicatordimensions_programindicatordimensionid" />
+        foreign-key="fk_eventchart_prindicatordimensions_prindicatordimensionid" />
     </list>
 
     <property name="userOrganisationUnit" />

=== modified file 'dhis-2/dhis-services/dhis-service-core/src/main/resources/org/hisp/dhis/eventreport/EventReport.hbm.xml'
--- dhis-2/dhis-services/dhis-service-core/src/main/resources/org/hisp/dhis/eventreport/EventReport.hbm.xml	2015-10-11 20:24:39 +0000
+++ dhis-2/dhis-services/dhis-service-core/src/main/resources/org/hisp/dhis/eventreport/EventReport.hbm.xml	2015-12-11 10:40:23 +0000
@@ -77,7 +77,7 @@
       <key column="eventreportid" foreign-key="fk_eventreport_programindicatordimensions_eventreportid" />
       <list-index column="sort_order" base="0" />
       <many-to-many column="trackedentityprogramindicatordimensionid" class="org.hisp.dhis.trackedentity.TrackedEntityProgramIndicatorDimension"
-        foreign-key="fk_eventreport_programindicatordimensions_programindicatordimensionid" />
+        foreign-key="fk_eventreport_prindicatordimensions_prindicatordimensionid" />
     </list>
 
     <property name="userOrganisationUnit" />