mirror of https://github.com/sipwise/db-schema.git
Change-Id: I1c71e4b8125e29a7efc10471bd41f89ddf21facdchanges/75/18375/1
parent
02c8e21b64
commit
84659308ae
@ -0,0 +1,3 @@
|
||||
USE kamailio;
|
||||
|
||||
ALTER TABLE location DROP KEY part_kal_idx;
|
@ -0,0 +1,3 @@
|
||||
USE kamailio;
|
||||
|
||||
ALTER TABLE location ADD KEY part_kal_idx (`partition`, `keepalive`);
|
Loading…
Reference in new issue