Bugfixes & Model for participants

This commit is contained in:
2026-02-17 21:58:55 +01:00
parent fcf41c5d13
commit b1c333648a
14 changed files with 334 additions and 56 deletions

View File

@@ -11,6 +11,7 @@ return new class extends Migration {
{
Schema::create('cron_task_types', function (Blueprint $table) {
$table->string('slug')->primary();
$table->timestamps();
});