Dashboard > DHIS-2 > ... > DHIS 2.0 Releases > DHIS 2.0 M9
  DHIS-2 Log In | Sign Up   View a printable version of the current page.  
  DHIS 2.0 M9
Added by Anders Gjendem, last edited by Øystein Skadsem on Apr 01, 2008  (view change) show comment
Labels: 
(None)

Milestone 9

Released December 1st, 2007 

See the Trac roadmap for details.

Necessary database commands for making existing databases compliant with M9 (MySQL):

alter table dataelement drop foreign key fk_expression_expressionid;
alter table dataelement drop column expressionid;
alter table dataelement drop column calculated;

rename table structure to orgunithierarchystructure;
alter table orgunithierarchystructure change idx organisationunitid int(11);
alter table orgunithierarchystructure change elt parentid int(11);

Site powered by a free Open Source Project / Non-profit License (more) of Confluence - the Enterprise wiki.
Learn more or evaluate Confluence for your organisation.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.5.6 Build:#812 Aug 06, 2007) - Bug/feature request - Contact Administrators