mirror of
https://github.com/Mibew/tray.git
synced 2024-11-15 01:14:13 +03:00
Fix bug with docs for chatthread table
This commit is contained in:
parent
3c740457f3
commit
ab8a889464
@ -81,7 +81,7 @@ $dbtables = array(
|
||||
"shownmessageid" => "int NOT NULL DEFAULT 0",
|
||||
// User agent description that took from 'User-Agent' HTTP header.
|
||||
"userAgent" => "varchar(255)",
|
||||
// Total count of messages related with the thread.
|
||||
// Total count of user's messages related with the thread.
|
||||
"messageCount" => "varchar(16)",
|
||||
// ID of the group at Mibew side related with the thread.
|
||||
"groupid" => "int references ${mysqlprefix}chatgroup(groupid)",
|
||||
|
Loading…
Reference in New Issue
Block a user