1
0
mirror of https://github.com/peeringdb/peeringdb.git synced 2024-05-11 05:55:09 +00:00
Files
peeringdb-peeringdb/peeringdb_server/migrations/0022_ixlan_remove_auto_increment.py
Matt Griswold 04f1928b3c Updates 2.23 (#843)
* pipenv lock and pyupgrade

* pyupgrade, black format, add docs

* update for py3.7
2020-09-29 20:13:38 -05:00

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
]