mcramer
2012-08-24 76a4f75004f7f91e8863a50343aa63eef300c50b
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%';