Use a combined unique index
This commit is contained in:
parent
425440ec24
commit
b2dadf0f92
4 changed files with 9 additions and 9 deletions
|
|
@ -537,7 +537,7 @@ return [
|
|||
],
|
||||
"indexes" => [
|
||||
"PRIMARY" => ["id"],
|
||||
"uri" => ["UNIQUE", "uri(190)"],
|
||||
"uid_uri" => ["UNIQUE", "uid", "uri(190)"],
|
||||
]
|
||||
],
|
||||
"diaspora-interaction" => [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue