mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 02:48:38 -06:00
Fix migrations conflict
This commit is contained in:
parent
5de244fbd8
commit
96462e9521
@ -7,7 +7,7 @@ import utilities.json
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
('dcim', '0203_add_rack_outer_height'),
|
||||
('dcim', '0204_device_role_rebuild'),
|
||||
('extras', '0125_exporttemplate_file_name'),
|
||||
]
|
||||
|
@ -34,7 +34,7 @@ def load_initial_data(apps, schema_editor):
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('dcim', '0204_moduletypeprofile'),
|
||||
('dcim', '0205_moduletypeprofile'),
|
||||
]
|
||||
|
||||
operations = [
|
Loading…
Reference in New Issue
Block a user