=== 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 2013-12-16 04:27:26 +0000 +++ dhis-2/dhis-services/dhis-service-patient/src/main/java/org/hisp/dhis/patient/startup/TableAlteror.java 2013-12-16 04:45:10 +0000 @@ -611,12 +611,12 @@ + max + ".age]"; updateFixedAttributeInCaseAggregate( source, target ); - // executeSql( "ALTER TABLE patient DROP COLUMN deathDate" ); - // executeSql( "ALTER TABLE patient DROP COLUMN registrationDate" ); - // executeSql( "ALTER TABLE patient DROP COLUMN isDead" ); - // executeSql( "ALTER TABLE patient DROP COLUMN underAge" ); - // executeSql( "ALTER TABLE patient DROP COLUMN dobType" ); - // executeSql( "ALTER TABLE patient DROP COLUMN birthdate" ); + executeSql( "ALTER TABLE patient DROP COLUMN deathDate" ); + executeSql( "ALTER TABLE patient DROP COLUMN registrationDate" ); + executeSql( "ALTER TABLE patient DROP COLUMN isDead" ); + executeSql( "ALTER TABLE patient DROP COLUMN underAge" ); + executeSql( "ALTER TABLE patient DROP COLUMN dobType" ); + executeSql( "ALTER TABLE patient DROP COLUMN birthdate" ); } private void updateFixedAttributeInCaseAggregate( String source, String target )