mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
This moves it "earlier" in the migrations graph, onto the last migration in 9.x, and adds a merge migration to fold it back into main's current migrations tip.
13 lines
287 B
Python
13 lines
287 B
Python
# Generated by Django 5.0.9 on 2024-12-11 19:53
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
dependencies = [
|
|
("zerver", "0638_alter_stream_can_administer_channel_group"),
|
|
("zerver", "0639_zh_hant_tw_rename"),
|
|
]
|
|
|
|
operations = []
|