Skip to content

Commit 6832032

Browse files
committed
fix migrations to be compatible with nautobot 2.0.0
1 parent 27e14c2 commit 6832032

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nautobot_firewall_models/migrations/0023_aerleonpolicy_rename_capircapolicy.py

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

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

1515
operations = [

0 commit comments

Comments
 (0)