Skip to content

Commit 8c95afb

Browse files
authored
Update 0009_disable_physics.py
1 parent 8ee332a commit 8c95afb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netbox_topology_views/migrations/0009_disable_physics.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
class Migration(migrations.Migration):
77

88
dependencies = [
9-
('netbox_topology_views', '0007_individualoptions_group_locations_and_more'),
9+
('netbox_topology_views', '0008_straight_cables'),
1010
]
1111

1212
operations = [
@@ -15,4 +15,4 @@ class Migration(migrations.Migration):
1515
name='disable_physics',
1616
field=models.BooleanField(default=False),
1717
),
18-
]
18+
]

0 commit comments

Comments
 (0)