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, 0 insertions, 25 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
deleted file mode 100644
index b648844e..00000000
--- a/tools/pharos-dashboard/account/migrations/0003_auto_20160819_1024.py
+++ /dev/null
@@ -1,25 +0,0 @@
-# -*- 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',
- ),
- ]