mirror of https://github.com/sipwise/db-schema.git
Change-Id: I103dafaedc0ad86fc0b9b2cd1ef35f8897a9a90c
(cherry picked from commit 3b78bd1d4e
)
changes/89/23989/1
parent
af96a3ec55
commit
9cbe3fcaa1
@ -0,0 +1,6 @@
|
||||
use accounting;
|
||||
set sql_log_bin=0;
|
||||
|
||||
alter table accounting.cdr drop key ecrstatus,
|
||||
add index estatus (export_status);
|
||||
|
@ -0,0 +1,6 @@
|
||||
use accounting;
|
||||
set sql_log_bin=0;
|
||||
|
||||
alter table accounting.cdr drop key estatus,
|
||||
add index ecrstatus (export_status,call_status,rating_status);
|
||||
|
Loading…
Reference in new issue