mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-01 06:54:36 -04:00
Remove tax_all_products
This commit is contained in:
parent
fec69f98e2
commit
c40cc829dd
@ -21,6 +21,7 @@ return new class extends Migration
|
|||||||
|
|
||||||
Schema::table('companies', function (Illuminate\Database\Schema\Blueprint $table) {
|
Schema::table('companies', function (Illuminate\Database\Schema\Blueprint $table) {
|
||||||
$table->mediumText('tax_data')->nullable()->change();
|
$table->mediumText('tax_data')->nullable()->change();
|
||||||
|
$table->dropColumn('tax_all_products');
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user