mirror of https://github.com/sipwise/db-schema.git
Change-Id: I715eda053ffa9ecad640c0d999ab97f357cba34fchanges/05/3405/2
parent
601f858638
commit
f080027ac1
@ -0,0 +1,6 @@
|
|||||||
|
use accounting;
|
||||||
|
set autocommit=0;
|
||||||
|
|
||||||
|
DROP INDEX src_dst_stime_idx ON accounting.cdr;
|
||||||
|
|
||||||
|
commit;
|
@ -0,0 +1,6 @@
|
|||||||
|
use accounting;
|
||||||
|
set autocommit=0;
|
||||||
|
|
||||||
|
CREATE INDEX src_dst_stime_idx ON accounting.cdr(source_cli, destination_user_in, start_time);
|
||||||
|
|
||||||
|
commit;
|
Loading…
Reference in new issue