Skip to content

Commit abcc3a5

Browse files
committed
fix migrations to be compatible with nautobot 2.0.0
1 parent e31169d commit abcc3a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nautobot_firewall_models/migrations/0023_aerleonpolicy_rename_capircapolicy.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
class Migration(migrations.Migration):
99
dependencies = [
10-
("extras", "0114_computedfield_grouping"),
11-
("dcim", "0062_module_data_migration"),
10+
("dcim", "0049_remove_slugs_and_change_device_primary_ip_fields"),
11+
("extras", "0098_rename_data_jobresult_result"),
1212
("nautobot_firewall_models", "0022_fix_policy_natpolicy_m2ms"),
1313
]
1414

0 commit comments

Comments
 (0)