mirror of https://github.com/zulip/zulip.git
19 lines
416 B
Python
19 lines
416 B
Python
# Generated by Django 1.11.6 on 2018-01-29 18:39
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("confirmation", "0005_confirmation_realm"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name="realmcreationkey",
|
|
name="presume_email_valid",
|
|
field=models.BooleanField(default=False),
|
|
),
|
|
]
|