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:
parent
65e7054f1e
commit
24d8809212
@ -32,7 +32,7 @@ CREATE TABLE wcf1_chat_room (
|
|||||||
);
|
);
|
||||||
|
|
||||||
DROP TABLE IF EXISTS wcf1_chat_room_suspension;
|
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,
|
roomID int(10) NOT NULL,
|
||||||
userID int(10) NOT NULL,
|
userID int(10) NOT NULL,
|
||||||
type tinyint(3) NOT NULL,
|
type tinyint(3) NOT NULL,
|
||||||
|
Loading…
Reference in New Issue
Block a user