]> git.mxchange.org Git - friendica.git/blobdiff - static/dbstructure.config.php
Merge pull request #9022 from annando/adjust-frequency
[friendica.git] / static / dbstructure.config.php
index e9232f07243f89b41d442173c7f0c3f449715adb..b040e66ee327dd8ab792995182886a7e19c27f20 100755 (executable)
@@ -54,7 +54,7 @@
 use Friendica\Database\DBA;
 
 if (!defined('DB_UPDATE_VERSION')) {
-       define('DB_UPDATE_VERSION', 1359);
+       define('DB_UPDATE_VERSION', 1360);
 }
 
 return [
@@ -202,7 +202,7 @@ return [
                        "dfrn-id" => ["dfrn-id(64)"],
                        "issued-id" => ["issued-id(64)"],
                        "network_uid_lastupdate" => ["network", "uid", "last-update"],
-                       "uid_lastitem" => ["uid", "last-item"],                 
+                       "uid_lastitem" => ["uid", "last-item"],
                        "gsid" => ["gsid"]
                ]
        ],
@@ -729,6 +729,7 @@ return [
                        "resource-id" => ["resource-id"],
                        "deleted_changed" => ["deleted", "changed"],
                        "uid_wall_changed" => ["uid", "wall", "changed"],
+                       "uid_unseen_wall" => ["uid", "unseen", "wall"],
                        "mention_uid_id" => ["mention", "uid", "id"],
                        "uid_eventid" => ["uid", "event-id"],
                        "icid" => ["icid"],