Update canonical package server path in install.sql
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 8 Dec 2021 08:57:32 +0000 (09:57 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 8 Dec 2021 08:57:32 +0000 (09:57 +0100)
see 4a999c3644268e038a437cf18bfb76c624ffe399
see 10777a62cdcb03dc6924596466affb257dddae50

wcfsetup/setup/db/install.sql

index 2004e23110c5a66126f151d57c52408c7989665d..f48426b7bbce7975f997614859c7ca70909d753c 100644 (file)
@@ -2348,8 +2348,8 @@ INSERT INTO wcf1_user_group_option_value (groupID, optionID, optionValue) VALUES
 INSERT INTO wcf1_user_group_option_value (groupID, optionID, optionValue) VALUES (4, 3, '1');  -- Administrators
 
 -- default update servers
-INSERT INTO wcf1_package_update_server (serverURL, status, isDisabled, errorMessage, lastUpdateTime, loginUsername, loginPassword) VALUES ('http://update.woltlab.com/5.4/', 'online', 0, NULL, 0, '', '');
-INSERT INTO wcf1_package_update_server (serverURL, status, isDisabled, errorMessage, lastUpdateTime, loginUsername, loginPassword) VALUES ('http://store.woltlab.com/5.4/', 'online', 0, NULL, 0, '', '');
+INSERT INTO wcf1_package_update_server (serverURL, status, isDisabled, errorMessage, lastUpdateTime, loginUsername, loginPassword) VALUES ('http://update.woltlab.com/5.5/', 'online', 0, NULL, 0, '', '');
+INSERT INTO wcf1_package_update_server (serverURL, status, isDisabled, errorMessage, lastUpdateTime, loginUsername, loginPassword) VALUES ('http://store.woltlab.com/5.5/', 'online', 0, NULL, 0, '', '');
 
 -- style default values
 INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('individualScss', '');