Merge "Implement periodic tasks"
[pharos.git] / tools / pharos-dashboard / dashboard / migrations / 0003_auto_20160815_1512.py
1 # -*- coding: utf-8 -*-
2 # Generated by Django 1.10 on 2016-08-15 15:12
3 from __future__ import unicode_literals
4
5 from django.db import migrations, models
6
7
8 class Migration(migrations.Migration):
9
10     dependencies = [
11         ('dashboard', '0002_auto_20160815_1511'),
12     ]
13
14     operations = [
15         migrations.RemoveField(
16             model_name='resource',
17             name='slave',
18         ),
19         migrations.AddField(
20             model_name='resource',
21             name='slavename',
22             field=models.CharField(blank=True, max_length=50, null=True),
23         ),
24     ]