mirror of https://github.com/sipwise/db-schema.git
Change-Id: I620985780b02c6edb6b9ab605df788dc00877908mr9.3
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…
Reference in new issue