mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	models: Rename UserTopic.date_muted to last_updated.
This is a follow-up to #19388. We will in the future allow patch requests to change the visibility of an existing topic, so `last_updated` is better name for this field. This commit does not affect the API or events in any way, but only the database.
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							ea6a40661c
						
					
				
				
					commit
					2aea944a7e
				
			@@ -277,7 +277,7 @@ ANALYTICS_TABLES = {
 | 
			
		||||
DATE_FIELDS: Dict[TableName, List[Field]] = {
 | 
			
		||||
    "zerver_attachment": ["create_time"],
 | 
			
		||||
    "zerver_message": ["last_edit_time", "date_sent"],
 | 
			
		||||
    "zerver_mutedtopic": ["date_muted"],
 | 
			
		||||
    "zerver_mutedtopic": ["last_updated"],
 | 
			
		||||
    "zerver_realm": ["date_created"],
 | 
			
		||||
    "zerver_stream": ["date_created"],
 | 
			
		||||
    "zerver_useractivity": ["last_visit"],
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user