mirror of
				https://github.com/HabitRPG/habitica.git
				synced 2025-10-27 11:12:28 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			115 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			115 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| db.users.update(
 | |
|     { lastCron: { $exists: false} },
 | |
|     { $set: { lastCron: +new Date } },
 | |
|     { multi: true }
 | |
| ); |