mirror of
				https://github.com/Icinga/icinga2.git
				synced 2025-11-03 21:25:56 +01:00 
			
		
		
		
	Notification_history: Rename event_time to send_time
This commit is contained in:
		
							parent
							
								
									ed1cede0a7
								
							
						
					
					
						commit
						0671d19e12
					
				@ -1254,7 +1254,7 @@ void IcingaDB::SendSentNotification(
 | 
			
		||||
		"author", Utility::ValidateUTF8(author),
 | 
			
		||||
		"text", Utility::ValidateUTF8(finalText),
 | 
			
		||||
		"users_notified", Convert::ToString(usersAmount),
 | 
			
		||||
		"event_time", Convert::ToString(TimestampToMilliseconds(Utility::GetTime())),
 | 
			
		||||
		"send_time", Convert::ToString(TimestampToMilliseconds(Utility::GetTime())),
 | 
			
		||||
		"event_id", Utility::NewUniqueID(),
 | 
			
		||||
		"event_type", "notification"
 | 
			
		||||
	});
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user