mirror of https://github.com/sipwise/db-schema.git
It doesn't have mentioned columns, 13219 was "not_replicated". Change-Id: I20a5fffadbf097c3488f367479cfb5414f6d2845changes/76/1776/3
parent
ae0c0ba80b
commit
07431b9129
@ -1,4 +1,5 @@
|
||||
USE accounting;
|
||||
set sql_log_bin=0;
|
||||
|
||||
ALTER TABLE accounting.cdr
|
||||
MODIFY source_carrier_cost decimal(14,6) DEFAULT NULL,
|
@ -1,4 +1,5 @@
|
||||
USE accounting;
|
||||
set sql_log_bin=0;
|
||||
|
||||
ALTER TABLE accounting.cdr
|
||||
MODIFY source_carrier_cost decimal(10,2) DEFAULT NULL,
|
Loading…
Reference in new issue