ftimme
2013-03-27 86a1fe734f208e8f950a88f32c5868a73e950b18
install/sql/incremental/upd_0040.sql
@@ -1,4 +1,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%';