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';