Skip to content

Commit

Permalink
fix migration hierarchy
Browse files Browse the repository at this point in the history
  • Loading branch information
vegu committed May 14, 2024
1 parent caafcbd commit e58d2d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class Migration(migrations.Migration):

dependencies = [
('django_ixctl', '0017_internetexchangemember_port'),
('django_ixctl', '0019_alter_internetexchangeprefix_unique_together'),
]

operations = [
Expand Down

0 comments on commit e58d2d4

Please sign in to comment.