2019-11-16 21:32:27 -06:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
# Generated by Django 1.11.20 on 2019-11-04 08:38
|
2020-01-08 13:29:58 -06:00
|
|
|
|
2019-11-16 21:32:27 -06:00
|
|
|
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
|
|
|
|
dependencies = [
|
2019-12-05 16:57:52 +00:00
|
|
|
("contenttypes", "0002_remove_content_type_name"),
|
|
|
|
("peeringdb_server", "0019_auto_20190819_1133"),
|
2019-11-16 21:32:27 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
operations = [
|
|
|
|
migrations.AlterUniqueTogether(
|
2019-12-05 16:57:52 +00:00
|
|
|
name="verificationqueueitem",
|
|
|
|
unique_together=set([("content_type", "object_id")]),
|
2019-11-16 21:32:27 -06:00
|
|
|
),
|
|
|
|
]
|