Fix corrupted member_cache entries on invite
This commit is contained in:
		
							parent
							
								
									dc92dc0b69
								
							
						
					
					
						commit
						166ac447a8
					
				
					 2 changed files with 7 additions and 2 deletions
				
			
		
							
								
								
									
										5
									
								
								db/migrations/0005-clear-member-cache.sql
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								db/migrations/0005-clear-member-cache.sql
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,5 @@
 | 
			
		|||
BEGIN TRANSACTION;
 | 
			
		||||
 | 
			
		||||
DELETE FROM member_cache;
 | 
			
		||||
 | 
			
		||||
COMMIT;
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue