Skip to content

Commit 67eed72

Browse files
committed
Fix migration conflict
1 parent 64450bd commit 67eed72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netbox/dcim/migrations/0203_moduletypeprofile.py renamed to netbox/dcim/migrations/0204_moduletypeprofile.py

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

88
class Migration(migrations.Migration):
99
dependencies = [
10-
('dcim', '0202_location_comments_region_comments_sitegroup_comments'),
10+
('dcim', '0203_add_rack_outer_height'),
1111
('extras', '0125_exporttemplate_file_name'),
1212
]
1313

0 commit comments

Comments
 (0)