MT#7793 Explicitely set all event fields on insert

Since exported_at is a timestamp, it might be filled automatically
by mysql.
gjungwirth/voicemail_number
Andreas Granig 12 years ago
parent 9c4dc3d610
commit 22fb7531bd

@ -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,
});
}

Loading…
Cancel
Save