|
|
@@ -1,5 +1,3 @@
|
|
|
-# Generated by Django 3.1 on 2020-10-02 19:43
|
|
|
-
|
|
|
from django.db import migrations, models
|
|
|
import django.db.models.deletion
|
|
|
|
|
|
@@ -7,8 +5,8 @@ import django.db.models.deletion
|
|
|
class Migration(migrations.Migration):
|
|
|
|
|
|
dependencies = [
|
|
|
- ('dcim', '0120_cablepath'),
|
|
|
- ('circuits', '0020_custom_field_data'),
|
|
|
+ ('dcim', '0121_cablepath'),
|
|
|
+ ('circuits', '0021_cache_cable_peer'),
|
|
|
]
|
|
|
|
|
|
operations = [
|