Merge pull request #20314 from netbox-community/20290-fix-migration

Fixes #20290: Fix ordering of migrations to support upgrading from v3.7
This commit is contained in:
bctiemann 2025-09-11 11:19:00 -04:00 committed by GitHub
commit 01f1228e3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,8 +24,9 @@ def update_content_types(apps, schema_editor):
class Migration(migrations.Migration):
dependencies = [
('core', '0018_concrete_objecttype'),
('extras', '0117_move_objectchange'),
('users', '0002_squashed_0004'),
('extras', '0113_customfield_rename_object_type'),
]
operations = [