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:
parent
3ef8578a46
commit
c0f8b86a58
@ -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…
Reference in New Issue
Block a user