mirror of
https://github.com/friendica/friendica
synced 2025-04-24 13:10:11 +00:00
The tag query should be much faster now
This commit is contained in:
parent
d2728cad2e
commit
fe68e99c7c
4 changed files with 5 additions and 3 deletions
|
@ -1191,6 +1191,7 @@ class DBStructure
|
|||
"uid_id" => ["uid","id"],
|
||||
"uid_contactid_id" => ["uid","contact-id","id"],
|
||||
"uid_created" => ["uid","created"],
|
||||
"uid_commented" => ["uid","commented"],
|
||||
"uid_unseen_contactid" => ["uid","unseen","contact-id"],
|
||||
"uid_network_received" => ["uid","network","received"],
|
||||
"uid_network_commented" => ["uid","network","commented"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue