Remove redundant index

- Increase UPDATE_VERSION and DB_UPDATE_VERSION
This commit is contained in:
Hypolite Petovan 2017-12-15 11:36:06 -05:00
parent 868a84c5cc
commit 6dbd68e0cb
3 changed files with 2 additions and 3 deletions

View file

@ -996,7 +996,6 @@ class DBStructure {
"indexes" => array(
"PRIMARY" => array("id"),
"contactid" => array("contact-id"),
"gid" => array("gid"),
"gid_contactid" => array("UNIQUE", "gid", "contact-id"),
)
);