1
0
Fork 0

Hybrid mode for non resolvable contacts

This commit is contained in:
Michael 2020-04-18 16:00:06 +00:00
commit 0f2215bc17
2 changed files with 17 additions and 9 deletions

View file

@ -1301,7 +1301,8 @@ return [
],
"indexes" => [
"PRIMARY" => ["id"],
"type_name_url" => ["UNIQUE", "name", "url"]
"type_name_url" => ["UNIQUE", "name", "url"],
"url" => ["url"]
]
],
"post-tag" => [