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