1
0
mirror of https://github.com/peeringdb/peeringdb.git synced 2024-05-11 05:55:09 +00:00

Add attribute operational to netixlan #539

revert accidentally commited change to netixlan js finalize function
This commit is contained in:
Stefan Pratter
2020-04-10 09:03:12 +00:00
parent e630aea692
commit 3298b6626d
8 changed files with 137 additions and 21 deletions

View File

@@ -0,0 +1,18 @@
# Generated by Django 2.2.9 on 2020-04-10 07:03
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('peeringdb_server', '0033_fac_contacts'),
]
operations = [
migrations.AddField(
model_name='networkixlan',
name='operational',
field=models.BooleanField(default=True),
),
]