mirror of https://github.com/zulip/zulip.git
migrations: Tweak realm foreign key dependency.
As best I can tell, this dependency is important only to ensure that we have a Realm table to link to.
This commit is contained in:
parent
d71742b7fe
commit
6cdf938602
|
@ -5,7 +5,7 @@ from django.db import migrations, models
|
|||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("zerver", "0124_stream_enable_notifications"),
|
||||
("zerver", "0001_initial"),
|
||||
("confirmation", "0004_remove_confirmationmanager"),
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue