Hybrid mode for non resolvable contacts

This commit is contained in:
Michael
2020-04-18 16:00:06 +00:00
parent 5d34a90d67
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" => [