projects
/
GitHub
/
WoltLab
/
com.woltlab.wcf.conversation.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20fbb50
)
Added default value for label CSS class name
author
Alexander Ebert
<ebert@woltlab.com>
Thu, 18 Jul 2013 13:45:00 +0000
(15:45 +0200)
committer
Alexander Ebert
<ebert@woltlab.com>
Thu, 18 Jul 2013 13:45:00 +0000
(15:45 +0200)
install.sql
patch
|
blob
|
blame
|
history
diff --git
a/install.sql
b/install.sql
index eadb1a25d9df798892dde2eae358ce93fc779d00..463b95003433910fb0875e5ab416858c2005bd76 100644
(file)
--- a/
install.sql
+++ b/
install.sql
@@
-59,7
+59,7
@@
CREATE TABLE wcf1_conversation_label (
labelID INT(10) NOT NULL AUTO_INCREMENT PRIMARY KEY,
userID INT(10) NOT NULL,
label VARCHAR(80) NOT NULL DEFAULT '',
- cssClassName VARCHAR(255) NOT NULL
+ cssClassName VARCHAR(255) NOT NULL
DEFAULT ''
);
DROP TABLE IF EXISTS wcf1_conversation_label_to_object;