Index: branches/RC/core/install/upgrades.sql =================================================================== diff -u -r11409 -r11411 --- branches/RC/core/install/upgrades.sql (.../upgrades.sql) (revision 11409) +++ branches/RC/core/install/upgrades.sql (.../upgrades.sql) (revision 11411) @@ -1006,4 +1006,6 @@ INSERT INTO ConfigurationAdmin VALUES ('SiteNameSubTitle', 'la_Text_Website', 'la_config_SiteNameSubTitle', 'text', '', '', 10.021, 0, 0); INSERT INTO ConfigurationAdmin VALUES ('ResizableFrames', 'la_Text_Website', 'la_config_ResizableFrames', 'checkbox', '', '', 10.30, 0, 0); -INSERT INTO ConfigurationValues VALUES (DEFAULT, 'ResizableFrames', '0', 'In-Portal', 'in-portal:configure_general'); \ No newline at end of file +INSERT INTO ConfigurationValues VALUES (DEFAULT, 'ResizableFrames', '0', 'In-Portal', 'in-portal:configure_general'); + +ALTER TABLE Language ADD UserDocsUrl VARCHAR(255) NOT NULL; \ No newline at end of file