mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Update 2024_03_19_346785_add_routing_id_to_vendor
This commit is contained in:
parent
ee147e0e4e
commit
e02398e783
@ -16,6 +16,9 @@ return new class extends Migration {
|
|||||||
Schema::table('vendors', function (Blueprint $table) {
|
Schema::table('vendors', function (Blueprint $table) {
|
||||||
$table->string('routing_id')->default(null)->nullable();
|
$table->string('routing_id')->default(null)->nullable();
|
||||||
});
|
});
|
||||||
|
Schema::table('companies', function (Blueprint $table) {
|
||||||
|
$table->string('e_quote_type')->default("OrderX_Comfort");
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user