TT#108500 support larger cdr_period_costs amounts

Change-Id: I620985780b02c6edb6b9ab605df788dc00877908
(cherry picked from commit 6d172cda7a)
mr7.5.8
Rene Krenn 4 years ago
parent a1babca555
commit 2d97fd8856

@ -0,0 +1,4 @@
use accounting;
alter table cdr_period_costs modify column customer_cost decimal(14,6) NOT NULL DEFAULT 0.000000,
modify column reseller_cost decimal(14,6) NOT NULL DEFAULT 0.000000;

@ -0,0 +1,4 @@
use accounting;
alter table cdr_period_costs modify column customer_cost decimal(16,6) NOT NULL DEFAULT 0.000000,
modify column reseller_cost decimal(16,6) NOT NULL DEFAULT 0.000000;
Loading…
Cancel
Save