Functional scheduled executions.

Display last executions.
Support for Services.
This commit is contained in:
Stuart Rowlands
2024-01-05 15:06:36 +10:00
parent 9bbe9567c7
commit e2e6813632
10 changed files with 144 additions and 36 deletions

View File

@@ -23,6 +23,7 @@ return new class extends Migration
$table->foreignId('application_id')->nullable();
$table->foreignId('service_id')->nullable();
$table->foreignId('team_id');
});
}