Added SQL update
authorAlexander Ebert <ebert@woltlab.com>
Wed, 17 Jul 2013 19:31:35 +0000 (21:31 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 17 Jul 2013 19:31:35 +0000 (21:31 +0200)
com.woltlab.wcf/update_b5.sql

index da099a3253af3d6e69f014ac354a783fb562c4dc..e9c36426cd81879585b98edb99e360746eec3acc 100644 (file)
@@ -3,4 +3,9 @@ ALTER TABLE wcf1_user_group_option DROP COLUMN adminDefaultValue;
 
 /* a16ee11 */
 DROP TABLE wcf1_user_activity_point_event;
-ALTER TABLE wcf1_user_activity_point ADD items INT(10) NOT NULL DEFAULT '0';
\ No newline at end of file
+ALTER TABLE wcf1_user_activity_point ADD items INT(10) NOT NULL DEFAULT '0';
+
+/* b33c97d */
+ALTER TABLE wcf1_package_installation_queue DROP COLUMN confirmInstallation;
+ALTER TABLE wcf1_package_installation_queue DROP COLUMN packageType;
+ALTER TABLE wcf1_package_installation_queue ADD isApplication TINYINT(1) NOT NULL DEFAULT '0';
\ No newline at end of file