summaryrefslogtreecommitdiffstats
path: root/tools/pharos-dashboard/account/migrations/0007_auto_20160814_1056.py
diff options
context:
space:
mode:
authormaxbr <maxbr@mi.fu-berlin.de>2016-08-22 18:50:33 +0200
committermaxbr <maxbr@mi.fu-berlin.de>2016-08-22 18:59:32 +0200
commit7528d995257181b91c0d82dd82a2aa0f832ef63f (patch)
tree5d3e799afdf28fde3fd27f2a1046049c67942e03 /tools/pharos-dashboard/account/migrations/0007_auto_20160814_1056.py
parent1749ab62c28b58b4838cb549614e212896c3e752 (diff)
Remove database migration files
JIRA: RELENG-12 Signed-off-by: maxbr <maxbr@mi.fu-berlin.de>
Diffstat (limited to 'tools/pharos-dashboard/account/migrations/0007_auto_20160814_1056.py')
-rw-r--r--tools/pharos-dashboard/account/migrations/0007_auto_20160814_1056.py20
1 files changed, 0 insertions, 20 deletions
diff --git a/tools/pharos-dashboard/account/migrations/0007_auto_20160814_1056.py b/tools/pharos-dashboard/account/migrations/0007_auto_20160814_1056.py
deleted file mode 100644
index 2d1bbaeb..00000000
--- a/tools/pharos-dashboard/account/migrations/0007_auto_20160814_1056.py
+++ /dev/null
@@ -1,20 +0,0 @@
-# -*- 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',
- ),
- ]