mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
Unfortunately, because this migration has already been run for many installations, we need to ship another copy of the migration. It should be a noop when repeated.
13 lines
289 B
Python
13 lines
289 B
Python
# Generated by Django 5.0.9 on 2024-10-30 18:35
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
dependencies = [
|
|
("zerver", "0621_remove_realm_edit_topic_policy"),
|
|
("zerver", "0622_backfill_imageattachment_again"),
|
|
]
|
|
|
|
operations = []
|