DBClean now works with the conversation table as well

This commit is contained in:
Michael
2017-12-05 21:30:38 +00:00
parent a4451c7c3d
commit 9ffde01fc1
5 changed files with 40 additions and 16 deletions

View File

@@ -831,6 +831,7 @@ function db_definition() {
"indexes" => array(
"PRIMARY" => array("item-uri"),
"conversation-uri" => array("conversation-uri"),
"received" => array("received"),
)
);
$database["event"] = array(