Skip to content

Commit

Permalink
Merge pull request #215 from ECFMP/312-data-retention
Browse files Browse the repository at this point in the history
312 data retention
  • Loading branch information
AndyTWF authored Jul 31, 2022
2 parents f50b1e9 + 3d2dc62 commit 3c9ded5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 160 deletions.
44 changes: 0 additions & 44 deletions app/Console/Commands/DeleteOldData.php

This file was deleted.

1 change: 0 additions & 1 deletion app/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ class Kernel extends ConsoleKernel
protected function schedule(Schedule $schedule)
{
$schedule->command(SendDiscordNotifications::class)->everyMinute();
$schedule->command(DeleteOldData::class)->daily();
$schedule->command(OptimiseTables::class)->daily();
}

Expand Down
115 changes: 0 additions & 115 deletions tests/Console/Commands/DeleteOldDataTest.php

This file was deleted.

0 comments on commit 3c9ded5

Please sign in to comment.