mirror of
https://github.com/friendica/friendica
synced 2025-04-26 09:50:15 +00:00
Improved query speed
This commit is contained in:
parent
03aafa8228
commit
4949be60a8
4 changed files with 6 additions and 9 deletions
|
@ -1686,7 +1686,7 @@ class DBStructure
|
|||
"uid_created" => ["uid","created"],
|
||||
"uid_commented" => ["uid","commented"],
|
||||
"uid_wall_created" => ["uid","wall","created"],
|
||||
"private_wall_commented" => ["private","wall","commented"],
|
||||
"private_wall_origin_commented" => ["private","wall","origin","commented"],
|
||||
]
|
||||
];
|
||||
$database["tokens"] = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue