Uganda 4 2 Upgrade Notes: Difference between revisions

From IHRIS Wiki
(Created page with "==iHRIS Qualify Uganda 4.2== *bzr+ssh://bazaar.launchpad.net/~ihris+uganda/ihris-uganda/UG-qualify-42/ ==AHPC 4.2== *bzr+ssh://bazaar.launchpad.net/~ihris+uganda/ihris-uganda...")
 
No edit summary
Line 7: Line 7:
<pre>
<pre>
  update config_alt set value='ihris-qualify-uganda-ahpc' where name='module' and parent='/config/site';
  update config_alt set value='ihris-qualify-uganda-ahpc' where name='module' and parent='/config/site';
insert into config_alt (path_hash,parent,name,type,value) values(md5('config:config/status/enabled/ihris-qualify-uganda-ahpc'),'/config/status/enabled','ihris-qualify-uganda-ahpc',1,1);
  delete from config_alt where parent = '/config/status/enabled' and name ='ihris-qualify-site-demo';
</pre>  
</pre>  
 
 


Category:Uganda
Category:Uganda

Revision as of 20:43, 8 November 2014

iHRIS Qualify Uganda 4.2

AHPC 4.2

 update config_alt set value='ihris-qualify-uganda-ahpc' where name='module' and parent='/config/site';
 insert into config_alt (path_hash,parent,name,type,value) values(md5('config:config/status/enabled/ihris-qualify-uganda-ahpc'),'/config/status/enabled','ihris-qualify-uganda-ahpc',1,1);
  delete from config_alt where parent = '/config/status/enabled' and name ='ihris-qualify-site-demo';


Category:Uganda