mirror of https://github.com/sipwise/db-schema.git
Change-Id: I715eda053ffa9ecad640c0d999ab97f357cba34f
(cherry picked from commit f080027ac1)
mr3.8.5
parent
b0e057c8c9
commit
f8882f56af
@ -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