2018-03-25 02:05:26 +00:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
# Generated by Django 1.10.7 on 2017-12-31 19:53
|
|
|
|
from __future__ import unicode_literals
|
|
|
|
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
|
2019-11-04 16:55:03 +00:00
|
|
|
dependencies = [("topologie", "0040_transferports")]
|
2018-03-25 02:05:26 +00:00
|
|
|
|
|
|
|
operations = [
|
2019-11-04 16:55:03 +00:00
|
|
|
migrations.AlterUniqueTogether(name="port", unique_together=set([])),
|
|
|
|
migrations.RemoveField(model_name="port", name="switch"),
|
|
|
|
migrations.RenameField("Port", "new_switch", "switch"),
|
2018-03-25 02:05:26 +00:00
|
|
|
]
|