New function "dba::update" and changed unique index for the conversations

This commit is contained in:
Michael 2017-04-28 05:50:27 +00:00
parent 3b5e1bbfc3
commit 782783aa52
4 changed files with 37 additions and 3 deletions

View file

@ -820,7 +820,7 @@ function db_definition() {
"received" => array("type" => "datetime", "not null" => "1", "default" => NULL_DATE),
),
"indexes" => array(
"PRIMARY" => array("item-uri", "protocol"),
"PRIMARY" => array("item-uri"),
"conversation-uri" => array("conversation-uri"),
)
);