Mandatory index added

This commit is contained in:
Michael 2021-10-19 01:55:24 +00:00
commit 6d0f6babe3
3 changed files with 23 additions and 20 deletions

View file

@ -788,6 +788,7 @@ return [
"indexes" => [
"PRIMARY" => ["id"],
"contact-id" => ["contact-id"],
"suggest-cid" => ["suggest-cid"],
"uid" => ["uid"],
]
],