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

7 lines
234 B

SET sql_log_bin=0;
USE accounting;
ALTER TABLE cdr ADD COLUMN source_user_out varchar(255) NOT NULL DEFAULT '' AFTER source_lnp_prefix, ADD COLUMN destination_user_out varchar(255) NOT NULL DEFAULT '' AFTER destination_lnp_prefix;