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/15164_not_replicated.up

10 lines
429 B

USE accounting;
set sql_log_bin=0;
ALTER TABLE accounting.cdr
MODIFY source_carrier_cost decimal(14,6) DEFAULT NULL,
MODIFY source_reseller_cost decimal(14,6) DEFAULT NULL,
MODIFY source_customer_cost decimal(14,6) DEFAULT NULL,
MODIFY destination_carrier_cost decimal(14,6) DEFAULT NULL,
MODIFY destination_reseller_cost decimal(14,6) DEFAULT NULL,
MODIFY destination_customer_cost decimal(14,6) DEFAULT NULL;