dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #27696
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 13789: Fixed bug - Change foreign key in ProgramPatientAttribute and ProgramPatientIdentifierType in hib...
------------------------------------------------------------
revno: 13789
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2014-01-20 22:33:31 +0700
message:
Fixed bug - Change foreign key in ProgramPatientAttribute and ProgramPatientIdentifierType in hibernate mapping
modified:
dhis-2/dhis-services/dhis-service-patient/src/main/resources/org/hisp/dhis/program/hibernate/ProgramPatientAttribute.hbm.xml
dhis-2/dhis-services/dhis-service-patient/src/main/resources/org/hisp/dhis/program/hibernate/ProgramPatientIdentifierType.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-patient/src/main/resources/org/hisp/dhis/program/hibernate/ProgramPatientAttribute.hbm.xml'
--- dhis-2/dhis-services/dhis-service-patient/src/main/resources/org/hisp/dhis/program/hibernate/ProgramPatientAttribute.hbm.xml 2014-01-13 15:30:27 +0000
+++ dhis-2/dhis-services/dhis-service-patient/src/main/resources/org/hisp/dhis/program/hibernate/ProgramPatientAttribute.hbm.xml 2014-01-20 15:33:31 +0000
@@ -11,7 +11,7 @@
</id>
<many-to-one name="patientAttribute" class="org.hisp.dhis.patient.PatientAttribute"
- column="attributeid" foreign-key="fk_program_attributeid" />
+ column="patientattributeid" foreign-key="fk_program_attributeid" />
<property name="sortOrder" column="sort_order" />
=== modified file 'dhis-2/dhis-services/dhis-service-patient/src/main/resources/org/hisp/dhis/program/hibernate/ProgramPatientIdentifierType.hbm.xml'
--- dhis-2/dhis-services/dhis-service-patient/src/main/resources/org/hisp/dhis/program/hibernate/ProgramPatientIdentifierType.hbm.xml 2014-01-13 15:30:27 +0000
+++ dhis-2/dhis-services/dhis-service-patient/src/main/resources/org/hisp/dhis/program/hibernate/ProgramPatientIdentifierType.hbm.xml 2014-01-20 15:33:31 +0000
@@ -11,7 +11,7 @@
</id>
<many-to-one name="patientIdentifierType" class="org.hisp.dhis.patient.PatientIdentifierType"
- column="identifiertypeid" foreign-key="fk_program_identifiertypeid" />
+ column="patientidentifiertypeid" foreign-key="fk_program_identifiertypeid" />
<property name="sortOrder" column="sort_order" />