diff --git a/netbox/core/migrations/0017_concrete_objecttype.py b/netbox/core/migrations/0018_concrete_objecttype.py similarity index 97% rename from netbox/core/migrations/0017_concrete_objecttype.py rename to netbox/core/migrations/0018_concrete_objecttype.py index 899a1d2e8..4e227fe7a 100644 --- a/netbox/core/migrations/0017_concrete_objecttype.py +++ b/netbox/core/migrations/0018_concrete_objecttype.py @@ -8,7 +8,7 @@ class Migration(migrations.Migration): dependencies = [ ('contenttypes', '0002_remove_content_type_name'), - ('core', '0016_job_log_entries'), + ('core', '0017_objectchange_message'), ] operations = [