mirror of https://github.com/zulip/zulip.git
24 lines
545 B
Python
24 lines
545 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
# Generated by Django 1.11.18 on 2019-01-31 22:33
|
||
|
from __future__ import unicode_literals
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('zerver', '0203_realm_message_content_allowed_in_email_notifications'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.RemoveField(
|
||
|
model_name='realm',
|
||
|
name='has_seat_based_plan',
|
||
|
),
|
||
|
migrations.RemoveField(
|
||
|
model_name='realm',
|
||
|
name='seat_limit',
|
||
|
),
|
||
|
]
|