mirror of https://gitlab.federez.net/re2o/re2o
committed by
root
6 changed files with 54 additions and 6 deletions
@ -0,0 +1,24 @@ |
|||||
|
# -*- coding: utf-8 -*- |
||||
|
# Generated by Django 1.10.7 on 2017-10-01 15:27 |
||||
|
from __future__ import unicode_literals |
||||
|
|
||||
|
from django.db import migrations, models |
||||
|
|
||||
|
|
||||
|
class Migration(migrations.Migration): |
||||
|
|
||||
|
dependencies = [ |
||||
|
('machines', '0060_port_io'), |
||||
|
] |
||||
|
|
||||
|
operations = [ |
||||
|
migrations.RemoveField( |
||||
|
model_name='portlist', |
||||
|
name='interfaces', |
||||
|
), |
||||
|
migrations.AddField( |
||||
|
model_name='interface', |
||||
|
name='port_lists', |
||||
|
field=models.ManyToManyField(to='machines.PortList'), |
||||
|
), |
||||
|
] |
||||
Loading…
Reference in new issue