TT#108500 support larger cdr_period_costs amounts

Change-Id: I620985780b02c6edb6b9ab605df788dc00877908
mr9.3
Rene Krenn 4 years ago
parent 7a7758b815
commit 6d172cda7a

@ -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