Added resume option to tasks
This commit is contained in:
parent
d7afa54e76
commit
88865d44fc
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ class EnableResumingTasks extends Migration {
|
|||
{
|
||||
$table->dropColumn('is_running');
|
||||
$table->dropColumn('resume_time');
|
||||
$table->dropColumn('end_time');
|
||||
$table->dropColumn('break_duration');
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue