mirror of
https://github.com/peeringdb/peeringdb.git
synced 2024-05-11 05:55:09 +00:00
This reverts commit 676f850bfe.
This commit is contained in:
@@ -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),
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user