mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Added resume option to tasks
This commit is contained in:
parent
9c577371bb
commit
fa27ed9657
@ -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');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user