mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 04:14:33 -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->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