mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-24 17:38:37 -06:00
Swap order of cabling migrations
This commit is contained in:
parent
c7c66626b6
commit
6db3c65bcc
@ -28,7 +28,7 @@ class Migration(migrations.Migration):
|
|||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('contenttypes', '0002_remove_content_type_name'),
|
('contenttypes', '0002_remove_content_type_name'),
|
||||||
('circuits', '0021_cablepath'),
|
('circuits', '0020_custom_field_data'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
@ -1,5 +1,3 @@
|
|||||||
# Generated by Django 3.1 on 2020-10-02 19:43
|
|
||||||
|
|
||||||
from django.db import migrations, models
|
from django.db import migrations, models
|
||||||
import django.db.models.deletion
|
import django.db.models.deletion
|
||||||
|
|
||||||
@ -7,8 +5,8 @@ import django.db.models.deletion
|
|||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('dcim', '0120_cablepath'),
|
('dcim', '0121_cablepath'),
|
||||||
('circuits', '0020_custom_field_data'),
|
('circuits', '0021_cache_cable_peer'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
@ -50,7 +50,7 @@ class Migration(migrations.Migration):
|
|||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('contenttypes', '0002_remove_content_type_name'),
|
('contenttypes', '0002_remove_content_type_name'),
|
||||||
('dcim', '0120_cablepath'),
|
('dcim', '0119_inventoryitem_mptt_rebuild'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
@ -1,5 +1,3 @@
|
|||||||
# Generated by Django 3.1 on 2020-10-02 19:43
|
|
||||||
|
|
||||||
import dcim.fields
|
import dcim.fields
|
||||||
from django.db import migrations, models
|
from django.db import migrations, models
|
||||||
import django.db.models.deletion
|
import django.db.models.deletion
|
||||||
@ -9,7 +7,7 @@ class Migration(migrations.Migration):
|
|||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('contenttypes', '0002_remove_content_type_name'),
|
('contenttypes', '0002_remove_content_type_name'),
|
||||||
('dcim', '0119_inventoryitem_mptt_rebuild'),
|
('dcim', '0120_cache_cable_peer'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
Loading…
Reference in New Issue
Block a user