mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-12-21 21:30:08 +00:00
Add maxUsers column to room database definition
This commit is contained in:
parent
0e7d4d9c07
commit
16643a4ed3
@ -38,6 +38,7 @@ CREATE TABLE chat1_room (
|
||||
showOrder INT(10) NOT NULL DEFAULT 0,
|
||||
permanent TINYINT(1) NOT NULL DEFAULT 1,
|
||||
owner INT(10) DEFAULT NULL,
|
||||
maxUsers INT(10) NOT NULL DEFAULT 0
|
||||
|
||||
KEY (showOrder),
|
||||
KEY (owner)
|
||||
|
Loading…
Reference in New Issue
Block a user