Files
zulip/zerver/migrations/0178_rename_to_emails_restricted_to_domains.py
Anders Kaseorg 6e4c3e41dc python: Normalize quotes with Black.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2021-02-12 13:11:19 -08:00

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",
),
]