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:
commit
364b14e2b6
@ -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)
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user