TT#114450 add index for contacts.email

Change-Id: I490379ddb577e06fb14636128839a08e0b850f12
mr9.4
Rene Krenn 4 years ago
parent c798abf4a9
commit a6bb583476

@ -0,0 +1,3 @@
use billing;
alter table contacts drop index email_idx;

@ -0,0 +1,3 @@
use billing;
alter table contacts add index email_idx (email);
Loading…
Cancel
Save