Florian Schaal
2015-09-04 d6cd11df635941a4e7d35e6e45b4e59cb8bd4469
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%';