1234567891011121314151617181920 |
- # -*- coding: utf-8 -*-
- # Generated by Django 1.11.9 on 2018-01-25 23:26
- from __future__ import unicode_literals
- from django.db import migrations, models
- class Migration(migrations.Migration):
- dependencies = [
- ('services', '0042_auto_20180125_0041'),
- ]
- operations = [
- migrations.AddField(
- model_name='ipresource',
- name='checkmk_label',
- field=models.CharField(blank=True, default='', max_length=128),
- ),
- ]
|