Index: branches/RC/core/install/upgrades.sql =================================================================== diff -u -r9279 -r9295 --- branches/RC/core/install/upgrades.sql (.../upgrades.sql) (revision 9279) +++ branches/RC/core/install/upgrades.sql (.../upgrades.sql) (revision 9295) @@ -126,3 +126,4 @@ INSERT INTO ConfigurationAdmin VALUES ('UseSmallHeader', 'la_Text_Website', 'la_config_UseSmallHeader', 'checkbox', '', '', 10.21, 0, 0); INSERT INTO ConfigurationValues VALUES (DEFAULT, 'UseSmallHeader', '0', 'In-Portal', 'in-portal:configure_general'); ALTER TABLE Category ADD SymLinkCategoryId INT UNSIGNED NULL DEFAULT NULL AFTER `Type`, ADD INDEX (SymLinkCategoryId); +ALTER TABLE ConfigurationValues CHANGE VariableValue VariableValue TEXT NULL DEFAULT NULL; \ No newline at end of file