Remove MYSQL schema, since we no longer use mysql. Remove price_override
This commit is contained in:
parent
c4809a311d
commit
36e379d876
@ -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
Loading…
x
Reference in New Issue
Block a user