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