1
0
mirror of https://github.com/peeringdb/peeringdb.git synced 2024-05-11 05:55:09 +00:00

Revert "revert drop ixlan changes (#21) (#631)" (#640)

This reverts commit 676f850bfe.
This commit is contained in:
Matt Griswold
2020-02-05 21:25:25 -06:00
committed by GitHub
parent 8aa825b80f
commit 068d0bdc4e
24 changed files with 388 additions and 543 deletions

View File

@@ -12,6 +12,9 @@ class Migration(migrations.Migration):
]
operations = [
# this change was reverted, but we will keep this empty migration
# so it does not break the migration chain
migrations.AlterField(
model_name="ixlan",
name="id",
field=models.IntegerField(primary_key=True, serialize=False),
),
]