Index: branches/RC/core/install/upgrades.sql =================================================================== diff -u -r10364 -r10373 --- branches/RC/core/install/upgrades.sql (.../upgrades.sql) (revision 10364) +++ branches/RC/core/install/upgrades.sql (.../upgrades.sql) (revision 10373) @@ -239,4 +239,6 @@ INSERT INTO ConfigurationValues VALUES (DEFAULT, 'UseChangeLog', '0', 'In-Portal', 'in-portal:configure_general'); INSERT INTO ConfigurationAdmin VALUES ('AutoRefreshIntervals', 'la_Text_Website', 'la_config_AutoRefreshIntervals', 'text', '', '', 10.26, 0, 0); -INSERT INTO ConfigurationValues VALUES (DEFAULT, 'AutoRefreshIntervals', '1,5,15,30,60,120,240', 'In-Portal', 'in-portal:configure_general'); \ No newline at end of file +INSERT INTO ConfigurationValues VALUES (DEFAULT, 'AutoRefreshIntervals', '1,5,15,30,60,120,240', 'In-Portal', 'in-portal:configure_general'); + +DELETE FROM Cache WHERE SUBSTRING(VarName, 1, 7) = 'mod_rw_'; \ No newline at end of file