MDL-69170 task: Added timecreated field to adhoc task table

This commit is contained in:
Peter Burnett
2020-08-20 08:50:42 +08:00
committed by Andrew Nicols
parent 191448afc5
commit d369c098be
4 changed files with 19 additions and 2 deletions
+1
View File
@@ -275,6 +275,7 @@ class manager {
$record->faildelay = $task->get_fail_delay();
$record->customdata = $task->get_custom_data_as_string();
$record->userid = $task->get_userid();
$record->timecreated = time();
return $record;
}