Remove MYSQL schema, since we no longer use mysql. Remove price_override

This commit is contained in:
Deon George 2025-05-21 18:33:36 +10:00
parent c4809a311d
commit 36e379d876
2 changed files with 0 additions and 1987 deletions

View File

@ -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