1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Ensure legacy data checks run before other migrations

This commit is contained in:
jeremystretch
2022-04-05 15:56:21 -04:00
parent 9addde00e3
commit c1b7f09530
7 changed files with 7 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('dcim', '0145_site_remove_deprecated_fields'),
('virtualization', '0026_vminterface_bridge'),
('extras', '0067_customfield_min_max_values'),
]