mirror of
https://github.com/peeringdb/peeringdb.git
synced 2024-05-11 05:55:09 +00:00
18 lines
458 B
Python
18 lines
458 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", "0021_sponsorship_drop_single_org_relation_fields"),
|
|
]
|
|
|
|
operations = [
|
|
# this change was reverted, but we will keep this empty migration
|
|
# so it does not break the migration chain
|
|
]
|