TT#51110 "skipped" extended cdr export status

Change-Id: Ia304c26b98046facaf5a422e9d4595e63c38750b
changes/49/26649/1
Rene Krenn 7 years ago
parent 8b4d80f6c9
commit 8e5d543708

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