mirror of https://github.com/zulip/zulip.git
15 lines
340 B
Python
15 lines
340 B
Python
# Generated by Django 2.2.13 on 2020-06-17 06:26
|
|
|
|
from typing import Any
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
dependencies = [
|
|
("zerver", "0261_pregistrationuser_clear_invited_as_admin"),
|
|
("zerver", "0285_remove_realm_google_hangouts_domain"),
|
|
]
|
|
|
|
operations: list[Any] = []
|