mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
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.
13 lines
288 B
Python
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 = []
|