Remove MYSQL schema, since we no longer use mysql. Remove price_override
This commit is contained in:
@@ -24,7 +24,6 @@ return new class extends Migration
|
||||
$table->boolean('external_billing')->default(false);
|
||||
|
||||
$table->float('price', 10, 0)->nullable();
|
||||
$table->float('price_override', 10, 0)->nullable();
|
||||
$table->boolean('taxable')->default(true);
|
||||
|
||||
$table->integer('recur_schedule')->nullable();
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user