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

Fixed error on installation

Removed "IF NOT EXISTS" 'cause it seemed, that PDO can't handle it.
This commit is contained in:
max-m 2011-11-30 21:43:38 +01:00
parent 65e7054f1e
commit 24d8809212

View File

@ -32,7 +32,7 @@ CREATE TABLE wcf1_chat_room (
);
DROP TABLE IF EXISTS wcf1_chat_room_suspension;
CREATE TABLE IF NOT EXISTS wcf1_chat_room_suspension (
CREATE TABLE wcf1_chat_room_suspension (
roomID int(10) NOT NULL,
userID int(10) NOT NULL,
type tinyint(3) NOT NULL,