summaryrefslogtreecommitdiffstats
path: root/tools/pharos-dashboard/account/migrations/0004_auto_20160819_1055.py
blob: 51af0aa925683390a082aa937126acee9968aecc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -*- coding: utf-8 -*-
# Generated by Django 1.10 on 2016-08-19 10:55
from __future__ import unicode_literals

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('account', '0003_auto_20160819_1024'),
    ]

    operations = [
        migrations.RenameField(
            model_name='userprofile',
            old_name='pgp_pupblic_key',
            new_name='pgp_public_key',
        ),
    ]