diff --git a/install.sql b/install.sql index 96bc86a..b06b2b3 100644 --- a/install.sql +++ b/install.sql @@ -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) );