1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-11 05:32:39 +01:00

Update checkdata script

This commit is contained in:
Hillel Coren 2016-11-09 16:09:19 +02:00
parent bf77c8eaa6
commit 61a898a71d

View File

@ -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) {