From 97192516f964d399df0b6cb4c98b536dd17773bc Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Thu, 18 Jul 2019 17:04:31 +0200 Subject: [PATCH] Preparing the release 5.2.0 Alpha 2 --- com.woltlab.wcf/package.xml | 19 +++++++++++++++++-- com.woltlab.wcf/update_5.2.0_alpha_2.sql | 11 +++++++++++ .../install/files/lib/system/WCF.class.php | 2 +- 3 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 com.woltlab.wcf/update_5.2.0_alpha_2.sql diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 14b64105aa..9b5a151c6f 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -5,8 +5,8 @@ Free CMS and web-framework, designed for awesome websites and communities. Freies CMS und Web-Framework, das eindrucksvolle Websites und Communities ermöglicht. 1 - 5.2.0 Alpha 1 - 2019-01-01 + 5.2.0 Alpha 2 + 2019-07-18 @@ -49,4 +49,19 @@ acp/post_install.php + + + acptemplates_update.tar + files_update.tar + templates_update.tar + + update_5.2.0_alpha_2.sql + + + + + + + + diff --git a/com.woltlab.wcf/update_5.2.0_alpha_2.sql b/com.woltlab.wcf/update_5.2.0_alpha_2.sql new file mode 100644 index 0000000000..4b63d8476e --- /dev/null +++ b/com.woltlab.wcf/update_5.2.0_alpha_2.sql @@ -0,0 +1,11 @@ +ALTER TABLE wcf1_like_object DROP COLUMN neutralReactions; + +ALTER TABLE wcf1_reaction_type DROP COLUMN type; + +ALTER TABLE wcf1_user DROP KEY positiveReactionsReceived; +ALTER TABLE wcf1_user DROP KEY negativeReactionsReceived; +ALTER TABLE wcf1_user DROP KEY neutralReactionsReceived; + +ALTER TABLE wcf1_user DROP COLUMN positiveReactionsReceived; +ALTER TABLE wcf1_user DROP COLUMN negativeReactionsReceived; +ALTER TABLE wcf1_user DROP COLUMN neutralReactionsReceived; diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 418180f678..95a49916cd 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -48,7 +48,7 @@ if (!@ini_get('date.timezone')) { } // define current woltlab suite version -define('WCF_VERSION', '5.2.0 Alpha 1'); +define('WCF_VERSION', '5.2.0 Alpha 2'); // define current API version define('WSC_API_VERSION', 2019); -- 2.20.1