Florian Schaal
2016-04-29 fe0bcd10e94d1ea8b3a1e0fa67f54a472e3136b2
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%';