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

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('account', '0005_remove_userprofile_registration_complete'),
    ]

    operations = [
        migrations.RemoveField(
            model_name='userresource',
            name='resource',
        ),
        migrations.RemoveField(
            model_name='userresource',
            name='user',
        ),
        migrations.DeleteModel(
            name='UserResource',
        ),
    ]