mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 03:53:50 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			423 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			423 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| # Generated by Django 1.11.13 on 2018-07-27 21:47
 | |
| 
 | |
| from django.db import migrations
 | |
| 
 | |
| 
 | |
| class Migration(migrations.Migration):
 | |
| 
 | |
|     dependencies = [
 | |
|         ("zerver", "0177_user_message_add_and_index_is_private_flag"),
 | |
|     ]
 | |
| 
 | |
|     operations = [
 | |
|         migrations.RenameField(
 | |
|             model_name="realm",
 | |
|             old_name="restricted_to_domain",
 | |
|             new_name="emails_restricted_to_domains",
 | |
|         ),
 | |
|     ]
 |