Marius Cramer
2014-02-10 5f29df751d026642fdf49adb2c160e8fbca73e77
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%';