cfoe
2012-08-25 8cf2763444f09c7aa100d3ce5a1b9f79bb444c1d
1
2
3
4
 
-- Removal of the domain module
UPDATE sys_user SET startmodule = 'dashboard' WHERE startmodule = 'domain';
UPDATE sys_user SET modules = replace(modules, ',domain', '') WHERE modules like '%domain%';