mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
Merge pull request #1 from max-m/patch-1
This should fix the SQL error on installation.
This commit is contained in:
commit
94467d9103
@ -27,7 +27,7 @@ CREATE TABLE wcf1_chat_room (
|
|||||||
permanent tinyint(1) NOT NULL DEFAULT '1',
|
permanent tinyint(1) NOT NULL DEFAULT '1',
|
||||||
owner int(10) DEFAULT NULL,
|
owner int(10) DEFAULT NULL,
|
||||||
PRIMARY KEY (roomID),
|
PRIMARY KEY (roomID),
|
||||||
KEY position (position),
|
KEY positionKey (position),
|
||||||
KEY owner (owner)
|
KEY owner (owner)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user