1
0
Fork 0

More indexes / performance for "pinned" improved

This commit is contained in:
Michael 2021-03-10 13:25:37 +00:00
commit d30ec1eb58
4 changed files with 13 additions and 13 deletions

View file

@ -55,7 +55,7 @@
use Friendica\Database\DBA;
if (!defined('DB_UPDATE_VERSION')) {
define('DB_UPDATE_VERSION', 1410);
define('DB_UPDATE_VERSION', 1411);
}
return [
@ -256,6 +256,9 @@ return [
"uid_network_self_lastupdate" => ["uid", "network", "self", "last-update"],
"uid_lastitem" => ["uid", "last-item"],
"baseurl" => ["baseurl(64)"],
"uid_contact-type" => ["uid", "contact-type"],
"uid_self_contact-type" => ["uid", "self", "contact-type"],
"self_network_uid" => ["self", "network", "uid"],
"gsid" => ["gsid"]
]
],