mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
commit
198ef9c268
@ -27,10 +27,6 @@ return new class extends Migration
|
||||
$table->dropColumn('tax_all_products');
|
||||
});
|
||||
|
||||
Schema::table('products', function (Blueprint $table) {
|
||||
$table->unsignedInteger('tax_id')->nullable(); // the product tax constant
|
||||
});
|
||||
|
||||
Company::query()
|
||||
->cursor()
|
||||
->each(function ($company) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user