mirror of
https://github.com/peeringdb/peeringdb.git
synced 2024-05-11 05:55:09 +00:00
16 lines
394 B
Python
16 lines
394 B
Python
![]() |
# Generated by Django 2.2.13 on 2020-07-08 20:48
|
||
|
|
||
|
from django.db import migrations, models
|
||
|
import django_countries.fields
|
||
|
import django_inet.models
|
||
|
import django_peeringdb.models.abstract
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
("peeringdb_server", "0038_netixlan_ipaddr_unique"),
|
||
|
]
|
||
|
|
||
|
operations = [migrations.DeleteModel(name="DuplicateIPNetworkIXLan",)]
|