summaryrefslogtreecommitdiffstats
path: root/tools/pharos-dashboard/account/migrations/0007_auto_20160814_1056.py
blob: 2d1bbaebd2c6c026c85d05915919a70e67f04bc4 (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-14 10:56
from __future__ import unicode_literals

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('account', '0006_auto_20160813_1443'),
    ]

    operations = [
        migrations.RenameField(
            model_name='userprofile',
            old_name='gpgkey',
            new_name='pgpkey',
        ),
    ]