Skip to content

Commit

Permalink
fix migrations hierarchy
Browse files Browse the repository at this point in the history
  • Loading branch information
vegu committed Jan 9, 2024
1 parent 72efd99 commit 85441b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class Migration(migrations.Migration):
dependencies = [
("django_peeringdb", "0027_auto_20230804_1414"),
("django_peeringdb", "0028_auto_20240109_1157"),
]

operations = [
Expand Down

0 comments on commit 85441b5

Please sign in to comment.