summaryrefslogtreecommitdiffstats
path: root/tools/pharos-dashboard/dashboard/migrations/0003_auto_20160813_1302.py
blob: 8c4c213946c13184ab5cea0715a3920f735df777 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# -*- coding: utf-8 -*-
# Generated by Django 1.10 on 2016-08-13 13:02
from __future__ import unicode_literals

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('dashboard', '0002_resourceutilization'),
    ]

    operations = [
        migrations.RemoveField(
            model_name='resource',
            name='active',
        ),
        migrations.RemoveField(
            model_name='resource',
            name='bookable',
        ),
    ]