1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00

This should fix the SQL error on installation.

This commit is contained in:
max-m 2011-11-27 19:18:36 +01:00
parent 3ef8578a46
commit c0f8b86a58

View File

@ -27,7 +27,7 @@ CREATE TABLE wcf1_chat_room (
permanent tinyint(1) NOT NULL DEFAULT '1',
owner int(10) DEFAULT NULL,
PRIMARY KEY (roomID),
KEY position (position),
KEY positionKey (position),
KEY owner (owner)
);