Minor fixesg
This commit is contained in:
parent
dac9af20ab
commit
9756380ba1
1 changed files with 6 additions and 6 deletions
|
|
@ -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…
Add table
Reference in a new issue