mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	Servers since 216d2ec1bf (version 2.0.0)
have submitted this, but we have never stored it.
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			433 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			433 B
		
	
	
	
		
			Python
		
	
	
	
	
	
# Generated by Django 4.2.7 on 2023-11-17 20:59
 | 
						|
 | 
						|
from django.db import migrations, models
 | 
						|
 | 
						|
 | 
						|
class Migration(migrations.Migration):
 | 
						|
    dependencies = [
 | 
						|
        ("zilencer", "0035_remoterealmcount_remote_realm_and_more"),
 | 
						|
    ]
 | 
						|
 | 
						|
    operations = [
 | 
						|
        migrations.AddField(
 | 
						|
            model_name="remotezulipserver",
 | 
						|
            name="last_version",
 | 
						|
            field=models.CharField(max_length=128, null=True),
 | 
						|
        ),
 | 
						|
    ]
 |