Marius Burkard
2016-03-02 01c6f9032792898c22b718f100ec88e4d8155ecf
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%';