1
0
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:
Tim Düsterhus 2011-11-27 10:20:23 -08:00
commit 94467d9103

View File

@ -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)
); );