Exclude invalid activities
This commit is contained in:
parent
ce07764388
commit
26b8c3637b
1 changed files with 1 additions and 0 deletions
|
|
@ -92,6 +92,7 @@ class CheckData extends Command {
|
|||
$count = DB::table('activities')
|
||||
->where('activity_type_id', '=', 5)
|
||||
->where('json_backup', '=', '')
|
||||
->whereNotIn('id', [634386, 756352, 756353, 756356])
|
||||
->count();
|
||||
|
||||
if ($count > 0) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue