TT#51110 "skipped" extended cdr export status

Change-Id: Ia304c26b98046facaf5a422e9d4595e63c38750b
(cherry picked from commit 8e5d543708)
changes/54/26654/1
Rene Krenn 8 years ago
parent 91c4de6719
commit f4c63d9de2

@ -0,0 +1,4 @@
use accounting;
update cdr_export_status set type = "ama_simple" where type = "ama_ccs";
alter table cdr_export_status_data modify column export_status enum('unexported','ok','failed') not null default 'unexported';

@ -0,0 +1,4 @@
use accounting;
update cdr_export_status set type = "ama_ccs" where type = "ama_simple";
alter table cdr_export_status_data modify column export_status enum('unexported','ok','failed','skipped') not null default 'unexported';
Loading…
Cancel
Save