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:
9abd2c8
)
collapsible item's object id is now a string
author
Alexander Ebert
<ebert@woltlab.com>
Mon, 22 Oct 2012 13:09:27 +0000
(15:09 +0200)
committer
Alexander Ebert
<ebert@woltlab.com>
Mon, 22 Oct 2012 13:09:27 +0000
(15:09 +0200)
wcfsetup/setup/db/install.sql
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/setup/db/install.sql
b/wcfsetup/setup/db/install.sql
index 5ea754b7f27d49c0b8f52317ede83169e20adcf1..49767245e3672d06e50960776f644bd7137c37e9 100644
(file)
--- a/
wcfsetup/setup/db/install.sql
+++ b/
wcfsetup/setup/db/install.sql
@@
-654,7
+654,7
@@
CREATE TABLE wcf1_user (
DROP TABLE IF EXISTS wcf1_user_collapsible_content;
CREATE TABLE wcf1_user_collapsible_content (
objectTypeID INT(10) NOT NULL,
- objectID
INT(1
0) NOT NULL,
+ objectID
VARCHAR(5
0) NOT NULL,
userID INT(10) NOT NULL,
UNIQUE KEY (objectTypeID, objectID, userID)
);