From: Matthias Schmidt Date: Fri, 23 Sep 2011 10:19:46 +0000 (+0200) Subject: Removes tempest package update servers X-Git-Tag: 2.0.0_Beta_1~1772^2~3^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=47459aed97b902becbad5e45014b1e56be8af556;p=GitHub%2FWoltLab%2FWCF.git Removes tempest package update servers Additionally some whitespace is removed. --- diff --git a/wcfsetup/setup/db/install.sql b/wcfsetup/setup/db/install.sql index ac23cc6bf7..374374f68b 100644 --- a/wcfsetup/setup/db/install.sql +++ b/wcfsetup/setup/db/install.sql @@ -849,7 +849,7 @@ INSERT INTO wcf1_user_group (groupName, groupType) VALUES ('Users', 3); INSERT INTO wcf1_user_group (groupName, groupType) VALUES ('Administrators', 4); INSERT INTO wcf1_user_group (groupName, groupType) VALUES ('Moderators', 4); INSERT INTO wcf1_user_group (groupName, groupType) VALUES ('Super Moderators', 4); - + -- default user group options INSERT INTO wcf1_user_group_option (optionName, categoryName, optionType, defaultValue, adminDefaultValue, showOrder) VALUES ('admin.general.canUseAcp', 'admin.general', 'boolean', '0', '1', 1); INSERT INTO wcf1_user_group_option (optionName, categoryName, optionType, defaultValue, adminDefaultValue, showOrder) VALUES ('admin.system.package.canInstallPackage', 'admin.system.package', 'boolean', '0', '1', 1); @@ -862,9 +862,7 @@ INSERT INTO wcf1_user_group_option_value (groupID, optionID, optionValue) VALUES INSERT INTO wcf1_user_group_option_value (groupID, optionID, optionValue) VALUES (4, 1, '1'); -- Administrators INSERT INTO wcf1_user_group_option_value (groupID, optionID, optionValue) VALUES (4, 2, '1'); -- Administrators 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, disabled, errorMessage, lastUpdateTime, loginUsername, loginPassword) VALUES ('http://update.woltlab.com/tempest/', 'online', 0, NULL, 0, '', ''); INSERT INTO wcf1_package_update_server (serverURL, status, disabled, errorMessage, lastUpdateTime, loginUsername, loginPassword) VALUES ('http://update.woltlab.com/maelstrom/', 'online', 0, NULL, 0, '', ''); -INSERT INTO wcf1_package_update_server (serverURL, status, disabled, errorMessage, lastUpdateTime, loginUsername, loginPassword) VALUES ('http://store.woltlab.com/tempest/', 'online', 0, NULL, 0, '', ''); INSERT INTO wcf1_package_update_server (serverURL, status, disabled, errorMessage, lastUpdateTime, loginUsername, loginPassword) VALUES ('http://store.woltlab.com/maelstrom/', 'online', 0, NULL, 0, '', '');