mirror of https://github.com/sipwise/db-schema.git
Change-Id: If9c183cd9294c54aa75e3eaef8419e3feafd2cedchanges/69/6569/1
parent
bd3911b9ac
commit
de607c0210
@ -0,0 +1,8 @@
|
||||
SET sql_log_bin=0;
|
||||
USE accounting;
|
||||
|
||||
DROP INDEX `rstatus_stime_idx` ON cdr;
|
||||
CREATE INDEX `rstatus` ON cdr (`rating_status`);
|
||||
|
||||
#DROP INDEX `estatus_stime_idx` ON cdr;
|
||||
#CREATE INDEX `estatus` ON cdr (`export_status`);
|
@ -0,0 +1,8 @@
|
||||
SET sql_log_bin=0;
|
||||
USE accounting;
|
||||
|
||||
DROP INDEX `rstatus` ON cdr;
|
||||
CREATE INDEX `rstatus_stime_idx` ON cdr (`rating_status`,`start_time`);
|
||||
|
||||
#DROP INDEX `estatus` ON cdr;
|
||||
#CREATE INDEX `estatus_stime_idx` ON cdr (`export_status`,`start_time`);
|
Loading…
Reference in new issue