mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Fixes for migrations
This commit is contained in:
parent
e14656129f
commit
1e1344e704
@ -26,10 +26,6 @@ return new class extends Migration
|
||||
$table->mediumText('tax_data')->nullable()->change();
|
||||
$table->dropColumn('tax_all_products');
|
||||
});
|
||||
|
||||
Schema::table('products', function (Blueprint $table) {
|
||||
$table->unsignedInteger('tax_id')->nullable(); // the product tax constant
|
||||
});
|
||||
|
||||
Company::query()
|
||||
->cursor()
|
||||
|
Loading…
x
Reference in New Issue
Block a user