Skip to content

Commit b235c5c

Browse files
committed
Rebase migrations
1 parent 5a7f86a commit b235c5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

netbox/dcim/migrations/0218_cable_positions.py renamed to netbox/dcim/migrations/0219_cable_profile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
class Migration(migrations.Migration):
66

77
dependencies = [
8-
('dcim', '0217_owner'),
8+
('dcim', '0218_devicetype_device_count'),
99
]
1010

1111
operations = [

netbox/dcim/migrations/0219_cable_position.py renamed to netbox/dcim/migrations/0220_cable_position.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
class Migration(migrations.Migration):
66
dependencies = [
7-
('dcim', '0218_cable_positions'),
7+
('dcim', '0219_cable_profile'),
88
]
99

1010
operations = [

0 commit comments

Comments
 (0)