1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2025-04-22 14:04:52 +00:00

Merge c0f8b86a58af6165fecc9abb6db4cfb0ced8c89a into 3ef8578a460b94bd776e62cf7e6e9f5753d00a2b

This commit is contained in:
GitHub Merge Button 2011-11-27 10:19:25 -08:00
commit 364b14e2b6

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