cfoe
2012-08-25 e2a29a641b72109e4cb1d8b8543a74c913b018cc
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%';