Index: branches/RC/core/install/upgrades.sql =================================================================== diff -u -r10373 -r10399 --- branches/RC/core/install/upgrades.sql (.../upgrades.sql) (revision 10373) +++ branches/RC/core/install/upgrades.sql (.../upgrades.sql) (revision 10399) @@ -241,4 +241,6 @@ 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'); -DELETE FROM Cache WHERE SUBSTRING(VarName, 1, 7) = 'mod_rw_'; \ No newline at end of file +DELETE FROM Cache WHERE SUBSTRING(VarName, 1, 7) = 'mod_rw_'; + +ALTER TABLE Category CHANGE `Status` `Status` TINYINT(4) NOT NULL DEFAULT '2'; \ No newline at end of file