Fix bug with docs for chatthread table

This commit is contained in:
Dmitriy Simushev 2013-07-15 08:51:09 +00:00
parent 3c740457f3
commit ab8a889464

View File

@ -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)",