You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
db-schema/db_scripts/diff/15252_not_replicated.up

9 lines
241 B

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`);