From 61a898a71d3bd8313d245f5c9cb0442278025273 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 9 Nov 2016 16:09:19 +0200 Subject: [PATCH] Update checkdata script --- app/Console/Commands/CheckData.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Console/Commands/CheckData.php b/app/Console/Commands/CheckData.php index ae37a429f4a0..17484c8f6aef 100644 --- a/app/Console/Commands/CheckData.php +++ b/app/Console/Commands/CheckData.php @@ -92,8 +92,7 @@ class CheckData extends Command { $count = DB::table('activities') ->where('activity_type_id', '=', 5) ->where('json_backup', '=', '') - ->whereNotIn('id', [634386, 756352, 756353, 756356]) - ->whereNotIn('id', [634386, 756352, 756353, 756356, 820872]) + ->where('id', '>', 858720) ->count(); if ($count > 0) {