summaryrefslogtreecommitdiffstats
path: root/tools/pharos-dashboard/account/migrations/0004_auto_20160819_1055.py
diff options
context:
space:
mode:
authorJack Morgan <jack.morgan@intel.com>2016-08-22 14:13:52 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-08-22 14:13:52 +0000
commit1749ab62c28b58b4838cb549614e212896c3e752 (patch)
tree39e06062dcb9b1ff2a2599e25cd1da820c4fc931 /tools/pharos-dashboard/account/migrations/0004_auto_20160819_1055.py
parentc4f071a386659ea408c411fd97de80c97da049fa (diff)
parentebaa05ab2b53634a7a3e738618a031fd1518d796 (diff)
Merge "Use Jira Oauth for user authentication"
Diffstat (limited to 'tools/pharos-dashboard/account/migrations/0004_auto_20160819_1055.py')
-rw-r--r--tools/pharos-dashboard/account/migrations/0004_auto_20160819_1055.py20
1 files changed, 20 insertions, 0 deletions
diff --git a/tools/pharos-dashboard/account/migrations/0004_auto_20160819_1055.py b/tools/pharos-dashboard/account/migrations/0004_auto_20160819_1055.py
new file mode 100644
index 00000000..51af0aa9
--- /dev/null
+++ b/tools/pharos-dashboard/account/migrations/0004_auto_20160819_1055.py
@@ -0,0 +1,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',
+ ),
+ ]