diff --git a/app/Console/Commands/CheckData.php b/app/Console/Commands/CheckData.php index d7d9b4ec7a89..17484c8f6aef 100644 --- a/app/Console/Commands/CheckData.php +++ b/app/Console/Commands/CheckData.php @@ -92,7 +92,7 @@ class CheckData extends Command { $count = DB::table('activities') ->where('activity_type_id', '=', 5) ->where('json_backup', '=', '') - ->whereNotIn('id', [634386, 756352, 756353, 756356, 820872]) + ->where('id', '>', 858720) ->count(); if ($count > 0) {