Skip to content

Commit

Permalink
update itential model migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
jtdub committed Jun 26, 2024
1 parent ee2e9b1 commit b444bf3
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 3.2.23 on 2024-04-14 02:48
# Generated by Django 3.2.23 on 2024-06-26 19:01

import django.core.serializers.json
from django.db import migrations, models
Expand All @@ -9,10 +9,11 @@


class Migration(migrations.Migration):

dependencies = [
("dcim", "0052_fix_interface_redundancy_group_created"),
("extras", "0102_set_null_objectchange_contenttype"),
("nautobot_ssot", "0008_auto_20240110_1019"),
("dcim", "0052_fix_interface_redundancy_group_created"),
("nautobot_ssot", "0009_ssotconfig_ssotinfobloxconfig"),
]

operations = [
Expand Down

0 comments on commit b444bf3

Please sign in to comment.