Skip to content

Commit

Permalink
Fix migration to support nautobot 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
romanukes committed Jan 16, 2025
1 parent 235ac13 commit 18fb8db
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

class Migration(migrations.Migration):
dependencies = [
("dcim", "0062_module_data_migration"),
("extras", "0114_computedfield_grouping"),
("dcim", "0058_controller_data_migration"),
("extras", "0106_populate_default_statuses_and_roles_for_contact_associations"),
("nautobot_device_lifecycle_mgmt", "0029_devicehardwarenoticeresult"),
]

Expand Down

0 comments on commit 18fb8db

Please sign in to comment.