Updating version
authorAlexander Ebert <ebert@woltlab.com>
Thu, 31 Oct 2013 19:55:17 +0000 (20:55 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 31 Oct 2013 19:55:17 +0000 (20:55 +0100)
com.woltlab.wcf/update_b10.sql [deleted file]
wcfsetup/install/files/lib/system/WCF.class.php

diff --git a/com.woltlab.wcf/update_b10.sql b/com.woltlab.wcf/update_b10.sql
deleted file mode 100644 (file)
index 4e89d66..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-/* 064caa4 */
-DELETE FROM wcf1_user_storage;
-
-ALTER TABLE wcf1_user_storage CHANGE fieldValue fieldValue MEDIUMTEXT;
-
-/* ec09840 */
-CREATE TABLE wcf1_cli_history (
-       historyItem INT(10) NOT NULL AUTO_INCREMENT PRIMARY KEY,
-       userID INT(10) NOT NULL,
-       command VARCHAR(255) NOT NULL,
-       KEY (userID)
-);
-
-ALTER TABLE wcf1_cli_history ADD FOREIGN KEY (userID) REFERENCES wcf1_user (userID) ON DELETE CASCADE;
index c2a08d45803b6c1e982ea861db28fe46eab83e8d..347904b85605688255875c07fe0015acbbce1e88 100644 (file)
@@ -37,7 +37,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current wcf version
-define('WCF_VERSION', '2.0.0 Beta 10 (Maelstrom)');
+define('WCF_VERSION', '2.0.0 Beta 11 (Maelstrom)');
 
 // define current unix timestamp
 define('TIME_NOW', time());