More missing indexes
This commit is contained in:
parent
dacf36d05a
commit
eb07089088
2 changed files with 6 additions and 1 deletions
|
|
@ -91,6 +91,7 @@ return [
|
|||
"PRIMARY" => ["id"],
|
||||
"nurl" => ["UNIQUE", "nurl(190)"],
|
||||
"next_contact" => ["next_contact"],
|
||||
"network" => ["network"],
|
||||
]
|
||||
],
|
||||
"user" => [
|
||||
|
|
@ -253,6 +254,7 @@ return [
|
|||
"network_uid_lastupdate" => ["network", "uid", "last-update"],
|
||||
"uid_network_self_lastupdate" => ["uid", "network", "self", "last-update"],
|
||||
"uid_lastitem" => ["uid", "last-item"],
|
||||
"baseurl" => ["baseurl(64)"],
|
||||
"gsid" => ["gsid"]
|
||||
]
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue