]> git.mxchange.org Git - friendica.git/blobdiff - include/dbstructure.php
DBClean now works with the conversation table as well
[friendica.git] / include / dbstructure.php
index cb2883d40d3bfa264dd8e0d63feaaca51351ddc5..3c620d7d72ae476cc3e437f1452f92c07a535361 100644 (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(