Files
zulip/zilencer/migrations/0004_remove_deployment_model.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

20 lines
441 B
Python

# Generated by Django 1.11.5 on 2017-10-12 06:27
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("zilencer", "0003_add_default_for_remotezulipserver_last_updated_field"),
]
operations = [
migrations.RemoveField(
model_name="deployment",
name="realms",
),
migrations.DeleteModel(
name="Deployment",
),
]