mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-25 08:46:10 -06:00
Merge migrations
This commit is contained in:
parent
9b189231c3
commit
0dc71d8850
@ -1,17 +0,0 @@
|
||||
# Generated by Django 4.2.2 on 2023-06-14 23:26
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
('extras', '0093_configrevision_ordering'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RenameIndex(
|
||||
model_name='taggeditem',
|
||||
new_name='extras_tagg_content_717743_idx',
|
||||
old_fields=('content_type', 'object_id'),
|
||||
),
|
||||
]
|
@ -1,5 +1,3 @@
|
||||
# Generated by Django 4.1.9 on 2023-06-22 19:33
|
||||
|
||||
from django.db import migrations, models
|
||||
import extras.utils
|
||||
|
||||
@ -17,4 +15,9 @@ class Migration(migrations.Migration):
|
||||
name='object_types',
|
||||
field=models.ManyToManyField(blank=True, limit_choices_to=extras.utils.FeatureQuery('tags'), related_name='+', to='contenttypes.contenttype'),
|
||||
),
|
||||
migrations.RenameIndex(
|
||||
model_name='taggeditem',
|
||||
new_name='extras_tagg_content_717743_idx',
|
||||
old_fields=('content_type', 'object_id'),
|
||||
),
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user