mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
migrations: Fix realmcreationstatus migration ID.
I forgot that renumber-migrations doesn't handle this across projects.
This commit is contained in:
@@ -100,7 +100,7 @@ class Migration(migrations.Migration):
|
|||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
("confirmation", "0015_alter_confirmation_object_id"),
|
("confirmation", "0015_alter_confirmation_object_id"),
|
||||||
("zerver", "0743_realmcreationstatus"),
|
("zerver", "0747_realmcreationstatus"),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
|
|||||||
Reference in New Issue
Block a user