mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Merge pull request #1588 from stenrose/master
Create index for id_contact and prop_type on rainloop_ab_properties
This commit is contained in:
commit
10c92a862c
1 changed files with 2 additions and 1 deletions
|
|
@ -1787,7 +1787,8 @@ CREATE TABLE IF NOT EXISTS rainloop_ab_properties (
|
||||||
|
|
||||||
PRIMARY KEY(id_prop),
|
PRIMARY KEY(id_prop),
|
||||||
INDEX id_user_rainloop_ab_properties_index (id_user),
|
INDEX id_user_rainloop_ab_properties_index (id_user),
|
||||||
INDEX id_user_id_contact_rainloop_ab_properties_index (id_user, id_contact)
|
INDEX id_user_id_contact_rainloop_ab_properties_index (id_user, id_contact),
|
||||||
|
INDEX id_contact_prop_type_rainloop_ab_properties_index (id_contact, prop_type)
|
||||||
|
|
||||||
)/*!40000 ENGINE=INNODB *//*!40101 CHARACTER SET utf8 COLLATE utf8_general_ci */;
|
)/*!40000 ENGINE=INNODB *//*!40101 CHARACTER SET utf8 COLLATE utf8_general_ci */;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue