8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-07-04 05:04:06 +00:00
re2o/topologie/migrations/0053_finalsw.py

26 lines
492 B
Python
Raw Normal View History

2018-03-26 03:12:01 +00:00
# -*- coding: utf-8 -*-
# Generated by Django 1.10.7 on 2018-03-23 01:18
from __future__ import unicode_literals
from django.db import migrations, models
import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
2018-03-26 15:38:39 +00:00
('topologie', '0052_transferports'),
2018-03-26 03:12:01 +00:00
]
operations = [
2018-03-26 15:38:39 +00:00
migrations.DeleteModel(
name='Switch',
),
2018-03-26 03:12:01 +00:00
migrations.RenameModel(
old_name='NewSw',
new_name='Switch',
),
]