------------------------------------------------------------ revno: 14795 committer: Morten Olav Hansen <[email protected]> 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;
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

