mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -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'))
|
||||
{
|
||||
Schema::table('companies', function (Blueprint $table) {
|
||||
$table->boolean('show_task_end_date')->default(false);
|
||||
});
|
||||
}
|
||||
// if (!Schema::hasColumn('companies', 'show_task_end_date'))
|
||||
// {
|
||||
// Schema::table('companies', function (Blueprint $table) {
|
||||
// $table->boolean('show_task_end_date')->default(false);
|
||||
// });
|
||||
// }
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user