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:
18
peeringdb_server/migrations/0034_net_operational.py
Normal file
18
peeringdb_server/migrations/0034_net_operational.py
Normal 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),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user