Fix migrations after rebase.
- Legacy-Id: 17994
This commit is contained in:
parent
6e026926f0
commit
9dd0035a19
|
@ -19,7 +19,7 @@ def reverse(apps, schema_editor):
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('group', '0023_use_milestone_dates_default_to_true'),
|
||||
('group', '0030_populate_default_used_roles'),
|
||||
]
|
||||
|
||||
operations = [
|
|
@ -77,7 +77,7 @@ def reverse(apps, schema_editor):
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('meeting', '0027_add_constraint_options_and_joint_groups'),
|
||||
('meeting', '0028_auto_20200501_0139'),
|
||||
]
|
||||
|
||||
operations = [
|
Loading…
Reference in a new issue