MT#11791 Fix broken PRO SP2 installation.

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

Change-Id: I20a5fffadbf097c3488f367479cfb5414f6d2845
changes/76/1776/3
Irina Peshinskaya 10 years ago committed by Alexander Lutay
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…
Cancel
Save