mirror of
https://github.com/zulip/zulip.git
synced 2025-10-30 03:23:50 +00:00
migrations: Renumber misnumbered migrations.
This commit is contained in:
@@ -6,7 +6,7 @@ from django.db import migrations
|
|||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
("zerver", "0496_alter_scheduledmessage_read_by_sender"),
|
("zerver", "0497_resort_edit_history"),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
@@ -6,7 +6,7 @@ from django.db import migrations
|
|||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
("zerver", "0497_rename_notifications_stream_realm_new_stream_announcements_stream"),
|
("zerver", "0498_rename_notifications_stream_realm_new_stream_announcements_stream"),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
Reference in New Issue
Block a user