Reduction of amount for siblings implemented

This commit is contained in:
2026-04-25 22:31:38 +02:00
parent 8348f677a5
commit 21be212129
11 changed files with 68 additions and 8 deletions

View File

@@ -59,6 +59,7 @@ return new class extends Migration {
$table->string('registration_link')->nullable();
$table->boolean('pay_per_day');
$table->boolean('pay_direct');
$table->boolean('sibling_reduction')->default(false);
$table->boolean('send_weekly_report')->default(true);
$table->foreignId('participation_fee_1')->nullable()->constrained('event_participation_fees', 'id')->nullOnDelete()->cascadeOnUpdate();
$table->foreignId('participation_fee_2')->nullable()->constrained('event_participation_fees', 'id')->nullOnDelete()->cascadeOnUpdate();