------------------------------------------------------------ revno: 6447 committer: Tran Chau <tran.hispviet...@gmail.com> branch nick: dhis2 timestamp: Fri 2012-03-30 13:57:24 +0700 message: (patient) Minor fix for TableAlteror modified: dhis-2/dhis-services/dhis-service-patient/src/main/java/org/hisp/dhis/patient/startup/TableAlteror.java
-- 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/java/org/hisp/dhis/patient/startup/TableAlteror.java' --- dhis-2/dhis-services/dhis-service-patient/src/main/java/org/hisp/dhis/patient/startup/TableAlteror.java 2012-03-27 07:20:28 +0000 +++ dhis-2/dhis-services/dhis-service-patient/src/main/java/org/hisp/dhis/patient/startup/TableAlteror.java 2012-03-30 06:57:24 +0000 @@ -74,14 +74,11 @@ updateProgramStageInstanceOrgunit(); executeSql( "ALTER TABLE programstage_dataelements DROP COLUMN showOnReport" ); - - executeSql( "ALTER TABLE programstage_dataelements DROP COLUMN showOnReport" ); executeSql( "ALTER TABLE patientdatavaluearchive DROP COLUMN providedbyanotherfacility" ); executeSql( "ALTER TABLE patientdatavaluearchive DROP COLUMN organisationunitid" ); executeSql( "ALTER TABLE patientdatavaluearchive DROP COLUMN storedby" ); executeSql( "DROP TABLE patientchart" ); - executeSql( "DROP TABLE patientchart" ); executeSql( "UPDATE program set hideDateOfIncident=false WHERE hideDateOfIncident is null" );
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp