Files
zulip/zerver/migrations/0623_merge_20241030_1835.py
Tim Abbott 66537c8bf8 migrations: Fix migration 0576 local backfill path and repeat.
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.
2024-10-30 12:06:33 -07:00

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 = []