summaryrefslogtreecommitdiffstats
path: root/tools/pharos-dashboard/account/migrations/0003_auto_20160819_1024.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pharos-dashboard/account/migrations/0003_auto_20160819_1024.py')
-rw-r--r--tools/pharos-dashboard/account/migrations/0003_auto_20160819_1024.py25
1 files changed, 25 insertions, 0 deletions
diff --git a/tools/pharos-dashboard/account/migrations/0003_auto_20160819_1024.py b/tools/pharos-dashboard/account/migrations/0003_auto_20160819_1024.py
new file mode 100644
index 00000000..b648844e
--- /dev/null
+++ b/tools/pharos-dashboard/account/migrations/0003_auto_20160819_1024.py
@@ -0,0 +1,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',
+ ),
+ ]