Added resume option to tasks

This commit is contained in:
Hillel Coren 2015-06-14 17:52:35 +03:00
parent 9c577371bb
commit fa27ed9657

View File

@ -45,6 +45,7 @@ class EnableResumingTasks extends Migration {
*/ */
public function down() public function down()
{ {
Schema::table('tasks', function($table) Schema::table('tasks', function($table)
{ {
$table->dropColumn('is_running'); $table->dropColumn('is_running');