X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fdbstructure.config.php;h=64c9bdff1f7cec3afda6e0dc3a8a7a7ffa6ed7d4;hb=02a76cfcfd9df468503570ce1b0046c78c68e5cf;hp=53221d9e444cdfd92c60ba8f8b24fae610b027f2;hpb=c2e4c0e1fa9518ae98b20807ec3c2fc6a8e222ca;p=friendica.git diff --git a/static/dbstructure.config.php b/static/dbstructure.config.php index 53221d9e44..64c9bdff1f 100644 --- a/static/dbstructure.config.php +++ b/static/dbstructure.config.php @@ -56,7 +56,7 @@ use Friendica\Database\DBA; // This file is required several times during the test in DbaDefinition which justifies this condition if (!defined('DB_UPDATE_VERSION')) { - define('DB_UPDATE_VERSION', 1541); + define('DB_UPDATE_VERSION', 1542); } return [ @@ -1607,8 +1607,13 @@ return [ "uid_received" => ["uid", "received"], "uid_wall_received" => ["uid", "wall", "received"], "uid_commented" => ["uid", "commented"], + "uid_received" => ["uid", "received"], + "uid_created" => ["uid", "created"], "uid_starred" => ["uid", "starred"], "uid_mention" => ["uid", "mention"], + "contact-id_commented" => ["contact-id", "commented"], + "contact-id_received" => ["contact-id", "received"], + "contact-id_created" => ["contact-id", "created"], ] ], "post-user-notification" => [