Fix migration indexes

This commit is contained in:
Jeremy Stretch
2026-04-13 09:04:06 -04:00
parent 28a11f6aad
commit 5054566abb
3 changed files with 1 additions and 7 deletions

View File

@@ -1,5 +1,3 @@
# Generated by Django 5.2.11 on 2026-03-31 21:19
from django.db import migrations

View File

@@ -1,12 +1,10 @@
# Generated by Django 5.2.11 on 2026-03-31 21:19
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('dcim', '0231_default_ordering_indexes'),
('dcim', '0232_default_ordering_indexes'),
]
operations = [

View File

@@ -1,5 +1,3 @@
# Generated by Django 5.2.11 on 2026-04-01 16:46
from django.db import migrations