mirror of
https://github.com/peeringdb/peeringdb.git
synced 2024-05-11 05:55:09 +00:00
20 lines
450 B
Python
20 lines
450 B
Python
# Generated by Django 1.11.20 on 2019-11-04 08:38
|
|
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("contenttypes", "0002_remove_content_type_name"),
|
|
("peeringdb_server", "0019_auto_20190819_1133"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterUniqueTogether(
|
|
name="verificationqueueitem",
|
|
unique_together={("content_type", "object_id")},
|
|
),
|
|
]
|