mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-11 06:12:16 -06:00
* Closes #18191: Remove redundant SQL indexes * Update developer documentation * Add a system check for duplicate indexes
18 lines
366 B
Python
18 lines
366 B
Python
# Generated by Django 5.2b1 on 2025-04-03 18:32
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('dcim', '0206_load_module_type_profiles'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RemoveIndex(
|
|
model_name='cabletermination',
|
|
name='dcim_cablet_termina_884752_idx',
|
|
),
|
|
]
|