mirror of
https://github.com/peeringdb/peeringdb.git
synced 2024-05-11 05:55:09 +00:00
21 lines
484 B
Python
21 lines
484 B
Python
# -*- coding: utf-8 -*-
|
|
# Generated by Django 1.11.23 on 2020-01-02 09:24
|
|
from __future__ import unicode_literals
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("peeringdb_server", "0027_never_via_route_servers"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name="ixlan",
|
|
name="id",
|
|
field=models.IntegerField(primary_key=True, serialize=False),
|
|
),
|
|
]
|