Hi Knut,

Paulo is right.. but I would suggest first drop these columns with

alter table minmaxdataelement drop column maximumvalue;
alter table minmaxdataelement drop column minimumvalue;

Then apply Paolo's statements:

ALTER TABLE minmaxdataelement RENAME minvalue TO minimumvalue
ALTER TABLE minmaxdataelement RENAME maxvalue TO maximumvalue

Something must have gone wrong during the upgrade process. But I have
tested at a few databases here now and not able to reproduce or understand
why it happens.


Lars
_______________________________________________
Mailing list: https://launchpad.net/~dhis2-users
Post to     : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp

Reply via email to