2018-04-24 11:38:30 +02:00
|
|
|
# Generated by Django 1.11.11 on 2018-04-24 09:10
|
|
|
|
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
|
|
|
|
dependencies = [
|
2021-02-12 08:20:45 +01:00
|
|
|
("zerver", "0161_realm_message_content_delete_limit_seconds"),
|
2018-04-24 11:38:30 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
operations = [
|
|
|
|
migrations.AlterField(
|
2021-02-12 08:20:45 +01:00
|
|
|
model_name="realm",
|
|
|
|
name="allow_community_topic_editing",
|
2018-04-24 11:38:30 +02:00
|
|
|
field=models.BooleanField(default=True),
|
|
|
|
),
|
|
|
|
]
|