Added resume option to tasks
This commit is contained in:
parent
9c577371bb
commit
fa27ed9657
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ class EnableResumingTasks extends Migration {
|
|||
*/
|
||||
public function down()
|
||||
{
|
||||
|
||||
Schema::table('tasks', function($table)
|
||||
{
|
||||
$table->dropColumn('is_running');
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue