mirror of
https://github.com/friendica/friendica
synced 2025-04-25 09:10:11 +00:00
DBClean now works with the conversation table as well
This commit is contained in:
parent
a4451c7c3d
commit
9ffde01fc1
5 changed files with 40 additions and 16 deletions
|
@ -831,6 +831,7 @@ function db_definition() {
|
|||
"indexes" => array(
|
||||
"PRIMARY" => array("item-uri"),
|
||||
"conversation-uri" => array("conversation-uri"),
|
||||
"received" => array("received"),
|
||||
)
|
||||
);
|
||||
$database["event"] = array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue