mirror of
https://github.com/friendica/friendica
synced 2025-04-22 11:50:11 +00:00
Remove redundant index
- Increase UPDATE_VERSION and DB_UPDATE_VERSION
This commit is contained in:
parent
868a84c5cc
commit
6dbd68e0cb
3 changed files with 2 additions and 3 deletions
|
@ -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"),
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue