Skip to content

Commit

Permalink
Add HealthCheckResultHistoryItem to pruning (#1274)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Ullyott <kevin.ullyott@canyongbs.com>
  • Loading branch information
Orrison authored Jan 31, 2025
1 parent ed02f4c commit 98b86ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
use AdvisingApp\IntegrationTwilio\Jobs\CheckStatusOfOutboundDeliverablesWithoutATerminalStatus;
use AdvisingApp\MeetingCenter\Console\Commands\RefreshCalendarRefreshTokens;
use AdvisingApp\MeetingCenter\Jobs\SyncCalendars;
use App\Models\HealthCheckResultHistoryItem;
use App\Models\MonitoredScheduledTaskLogItem;
use App\Models\Scopes\SetupIsComplete;
use App\Models\Tenant;
Expand Down Expand Up @@ -147,6 +148,7 @@ protected function schedule(Schedule $schedule): void
EngagementFile::class,
FailedImportRow::class,
FormAuthentication::class,
HealthCheckResultHistoryItem::class,
])
->join(',');

Expand Down

0 comments on commit 98b86ab

Please sign in to comment.