mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 21:37:34 -05:00 
			
		
		
		
	Update checkdata script
This commit is contained in:
		
							parent
							
								
									790cf67c46
								
							
						
					
					
						commit
						bc8c24a67c
					
				@ -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) {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user