diff --git a/lib/NGCP/Panel/Utils/Events.pm b/lib/NGCP/Panel/Utils/Events.pm index 1d243ceef7..9629dbc423 100644 --- a/lib/NGCP/Panel/Utils/Events.pm +++ b/lib/NGCP/Panel/Utils/Events.pm @@ -18,6 +18,8 @@ sub insert { old_status => $old // '', new_status => $new // '', timestamp => NGCP::Panel::Utils::DateTime::current_local->hires_epoch, + export_status => 'unexported', + exported_at => undef, }); }