TT#30555 Add natping key to location table

Change-Id: I1c71e4b8125e29a7efc10471bd41f89ddf21facd
changes/75/18375/1
Andreas Granig 7 years ago
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…
Cancel
Save