mirror of https://github.com/sipwise/db-schema.git
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…
Reference in new issue