mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Minor fixesg
This commit is contained in:
parent
dac9af20ab
commit
9756380ba1
@ -18,12 +18,12 @@ class AddRecurringInvoiceIdToActivitiesTable extends Migration
|
|||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
if (!Schema::hasColumn('companies', 'show_task_end_date'))
|
// if (!Schema::hasColumn('companies', 'show_task_end_date'))
|
||||||
{
|
// {
|
||||||
Schema::table('companies', function (Blueprint $table) {
|
// Schema::table('companies', function (Blueprint $table) {
|
||||||
$table->boolean('show_task_end_date')->default(false);
|
// $table->boolean('show_task_end_date')->default(false);
|
||||||
});
|
// });
|
||||||
}
|
// }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user