mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 01:44:33 -04:00
fix for duplicate company column
This commit is contained in:
parent
af9178cf61
commit
aa4ac31bc7
@ -166,7 +166,6 @@ class CreateUsersTable extends Migration
|
|||||||
$table->string('subdomain')->nullable();
|
$table->string('subdomain')->nullable();
|
||||||
$table->string('db')->nullable();
|
$table->string('db')->nullable();
|
||||||
$table->unsignedInteger('size_id')->nullable();
|
$table->unsignedInteger('size_id')->nullable();
|
||||||
$table->unsignedInteger('enabled_item_tax_rates')->nullable();
|
|
||||||
$table->string('first_day_of_week')->nullable();
|
$table->string('first_day_of_week')->nullable();
|
||||||
$table->string('first_month_of_year')->nullable();
|
$table->string('first_month_of_year')->nullable();
|
||||||
$table->string('portal_mode')->default('subdomain');
|
$table->string('portal_mode')->default('subdomain');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user