mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +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 = [
|
||||
("confirmation", "0015_alter_confirmation_object_id"),
|
||||
("zerver", "0743_realmcreationstatus"),
|
||||
("zerver", "0747_realmcreationstatus"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
Reference in New Issue
Block a user