Files
zulip/zerver/migrations/0754_merge_20251014_1855.py
Tim Abbott e4ba536eae migrations: Add merge migration for backport of 0753.
Systems upgrading from 11.x will have 0753 and not 0752, while systems
upgrading from main may have 0752 and not 0753, so a merge migration
is required to smoothly handle upgrades from both states.
2025-10-14 11:56:57 -07:00

13 lines
288 B
Python

# Generated by Django 5.2.6 on 2025-10-14 18:55
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("zerver", "0752_remove_stream_is_in_zephyr_realm"),
("zerver", "0753_remove_google_blob_emojiset"),
]
operations = []