mirror of https://github.com/sipwise/db-schema.git
creating the index takes few 100msec for
a table with 100k rows, so imho no _not_replicated
required.
Change-Id: I63cc65d934955557675d5a33f7ec9c14bfdde565
(cherry picked from commit 90f6fdcb35)
changes/06/8406/2
parent
31e4ae8371
commit
b7ce736e94
@ -0,0 +1,7 @@
|
|||||||
|
SET AUTOCOMMIT=0;
|
||||||
|
|
||||||
|
USE kamailio;
|
||||||
|
|
||||||
|
DROP INDEX ad_grp_idx ON address;
|
||||||
|
|
||||||
|
COMMIT;
|
||||||
@ -0,0 +1,7 @@
|
|||||||
|
SET AUTOCOMMIT=0;
|
||||||
|
|
||||||
|
USE kamailio;
|
||||||
|
|
||||||
|
CREATE INDEX ad_grp_idx ON address (grp);
|
||||||
|
|
||||||
|
COMMIT;
|
||||||
Loading…
Reference in new issue