mirror of https://github.com/zulip/zulip.git
migrations: Fix conflict.
This commit is contained in:
parent
395f1e9270
commit
6049cd27b1
|
@ -10,7 +10,7 @@ import django.db.models.deletion
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('zerver', '0117_add_desc_to_user_group'),
|
('zerver', '0119_userprofile_night_mode'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
Loading…
Reference in New Issue