|
|
@@ -1,4 +1,4 @@
|
|
|
-# Generated by Django 2.0.6 on 2018-06-27 17:45
|
|
|
+# Generated by Django 2.0.6 on 2018-06-29 13:34
|
|
|
|
|
|
import django.contrib.postgres.fields.jsonb
|
|
|
from django.db import migrations, models
|
|
|
@@ -20,6 +20,7 @@ class Migration(migrations.Migration):
|
|
|
('name', models.CharField(max_length=100, unique=True)),
|
|
|
('weight', models.PositiveSmallIntegerField(default=1000)),
|
|
|
('is_active', models.BooleanField(default=True)),
|
|
|
+ ('description', models.CharField(blank=True, max_length=100)),
|
|
|
('data', django.contrib.postgres.fields.jsonb.JSONField()),
|
|
|
('platforms', models.ManyToManyField(blank=True, related_name='_configcontext_platforms_+', to='dcim.Platform')),
|
|
|
('regions', models.ManyToManyField(blank=True, related_name='_configcontext_regions_+', to='dcim.Region')),
|