MT#11791 Fix broken PRO SP2 installation.

It doesn't have mentioned columns, 13219 was "not_replicated".

Change-Id: I20a5fffadbf097c3488f367479cfb5414f6d2845
(cherry picked from commit 07431b9129)
changes/82/1782/1
Irina Peshinskaya 11 years ago
parent eee579d523
commit ec680ba56a

@ -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…
Cancel
Save