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.down

9 lines
215 B

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