mirror of
https://github.com/peeringdb/peeringdb.git
synced 2024-05-11 05:55:09 +00:00
16 lines
394 B
Python
16 lines
394 B
Python
# Generated by Django 1.11.23 on 2020-01-02 09:24
|
|
|
|
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
|
|
]
|