2018-03-25 04:05:26 +02: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 17:55:03 +01:00
|
|
|
dependencies = [("topologie", "0040_transferports")]
|
2018-03-25 04:05:26 +02:00
|
|
|
|
|
|
|
operations = [
|
2019-11-04 17:55:03 +01:00
|
|
|
migrations.AlterUniqueTogether(name="port", unique_together=set([])),
|
|
|
|
migrations.RemoveField(model_name="port", name="switch"),
|
|
|
|
migrations.RenameField("Port", "new_switch", "switch"),
|
2018-03-25 04:05:26 +02:00
|
|
|
]
|