homepage and logo

This commit is contained in:
unurled 2025-06-24 20:32:26 +02:00
parent c9d982669a
commit ef6dadb148
12 changed files with 359 additions and 242 deletions

View file

@ -22,6 +22,7 @@ return new class extends Migration
$table->string('location')->nullable();
$table->integer('max_teams')->default(0);
$table->integer('current_scheduling_mode_id')->nullable();
$table->uuid('owner')->nullable();
$table->timestamps();
});