mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
17 lines
355 B
Python
17 lines
355 B
Python
# Generated by Django 5.0.9 on 2024-12-18 09:24
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
dependencies = [
|
|
("zerver", "0647_alter_stream_can_send_message_group"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RemoveField(
|
|
model_name="stream",
|
|
name="stream_post_policy",
|
|
),
|
|
]
|