projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cbf5fd
)
Fixed update SQL
2.0.0_Beta_5
author
Alexander Ebert
<ebert@woltlab.com>
Sat, 27 Jul 2013 14:59:37 +0000
(16:59 +0200)
committer
Alexander Ebert
<ebert@woltlab.com>
Sat, 27 Jul 2013 14:59:37 +0000
(16:59 +0200)
com.woltlab.wcf/update_b5.sql
patch
|
blob
|
blame
|
history
diff --git
a/com.woltlab.wcf/update_b5.sql
b/com.woltlab.wcf/update_b5.sql
index e6e30ee6b434fee6e6267ab28e3e0eb666016b61..850ce42750801ef833c5b1e5927af0c645bef177 100644
(file)
--- a/
com.woltlab.wcf/update_b5.sql
+++ b/
com.woltlab.wcf/update_b5.sql
@@
-10,6
+10,9
@@
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';
+/* 221eee4 */
+ALTER TABLE wcf1_label CHANGE cssClassName cssClassName VARCHAR(255) NOT NULL DEFAULT '';
+
DROP TABLE IF EXISTS wcf1_import_mapping;
CREATE TABLE wcf1_import_mapping (
objectTypeID INT(10) NOT NULL,