← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 14795: remove dropping of patientidentifier tables from upgrade script, this is already being done in Ta...

 

------------------------------------------------------------
revno: 14795
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2014-04-11 16:29:10 +0700
message:
  remove dropping of patientidentifier tables from upgrade script, this is already being done in TableAlteror, and will mess things up since these tables are needed to do a successful identifier -> attribute upgrade (and they are dropped after this)
modified:
  resources/sql/rename-patient-to-trackedentity.sql


--
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 'resources/sql/rename-patient-to-trackedentity.sql'
--- resources/sql/rename-patient-to-trackedentity.sql	2014-04-09 09:50:57 +0000
+++ resources/sql/rename-patient-to-trackedentity.sql	2014-04-11 09:29:10 +0000
@@ -134,7 +134,7 @@
 
 -- form
 
-DROP TABLE program_patientidentifiertypes;
-DROP TABLE patientidentifiertype;
-DROP TABLE patientidentifier;
+-- DROP TABLE program_patientidentifiertypes;
+-- DROP TABLE patientidentifiertype;
+-- DROP TABLE patientidentifier;