From bc8c24a67cf2c941b1ec3346e1ad7e06b47eafaf Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 9 Nov 2016 16:08:22 +0200 Subject: [PATCH] Update checkdata script --- app/Console/Commands/CheckData.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/CheckData.php b/app/Console/Commands/CheckData.php index d7d9b4ec7a..17484c8f6a 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) {