mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-22 11:38:45 -06:00
Merge branch 'develop' into feature
This commit is contained in:
17
netbox/tenancy/migrations/0014_contactassignment_ordering.py
Normal file
17
netbox/tenancy/migrations/0014_contactassignment_ordering.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 4.2.8 on 2024-01-17 15:27
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('tenancy', '0013_gfk_indexes'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='contactassignment',
|
||||
options={'ordering': ('contact', 'priority', 'role', 'pk')},
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user