mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 03:53:50 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			311 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			311 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| # Generated by Django 3.1.5 on 2021-01-10 11:30
 | |
| 
 | |
| 
 | |
| from django.db import migrations
 | |
| 
 | |
| 
 | |
| class Migration(migrations.Migration):
 | |
|     """
 | |
|     This empty migration is only retained for Django's tracking.
 | |
|     """
 | |
| 
 | |
|     dependencies = [
 | |
|         ("zerver", "0309_userprofile_can_create_users"),
 | |
|     ]
 | |
| 
 | |
|     operations = []
 |