Ensure legacy data checks run before other migrations

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

View File

@@ -5,6 +5,7 @@ class Migration(migrations.Migration):
dependencies = [
('circuits', '0004_rename_cable_peer'),
('dcim', '0145_site_remove_deprecated_fields'),
]
operations = [