mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
18 lines
378 B
Python
18 lines
378 B
Python
# 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')},
|
|
),
|
|
]
|