cfoe
2012-09-04 5df6059f4153845f2d7db0bff426c4ad70c299cd
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%';