mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
18 lines
356 B
Python
18 lines
356 B
Python
|
# Generated by Django 3.1 on 2020-08-24 16:03
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('dcim', '0114_update_jsonfield'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AlterModelOptions(
|
||
|
name='rackreservation',
|
||
|
options={'ordering': ['created', 'pk']},
|
||
|
),
|
||
|
]
|