mirror of https://github.com/zulip/zulip.git
migrations: Merge duplicated migration heads.
This commit is contained in:
parent
1e5421276f
commit
6bf9b7a7f7
|
@ -0,0 +1,12 @@
|
||||||
|
# Generated by Django 4.2.10 on 2024-03-19 22:36
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
dependencies = [
|
||||||
|
("zerver", "0501_delete_dangling_usermessages"),
|
||||||
|
("zerver", "0501_mark_introduce_zulip_view_modals_as_read"),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = []
|
Loading…
Reference in New Issue