Tweak migration name

This commit is contained in:
jeremystretch 2022-12-09 15:07:10 -05:00
parent dc8adb5bf3
commit 52fdaa8dce
2 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('dcim', '0163_rack_devicetype_moduletype_weights'),
('dcim', '0163_weight_fields'),
]
operations = [