summaryrefslogtreecommitdiffstats
path: root/tools/pharos-dashboard/account/migrations/0003_auto_20160819_1024.py
blob: b648844e1a989e85bd6e154aa5366bfbdde367ac (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
# -*- coding: utf-8 -*-
# Generated by Django 1.10 on 2016-08-19 10:24
from __future__ import unicode_literals

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('account', '0002_auto_20160816_1511'),
    ]

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