From 7528d995257181b91c0d82dd82a2aa0f832ef63f Mon Sep 17 00:00:00 2001 From: maxbr Date: Mon, 22 Aug 2016 18:50:33 +0200 Subject: Remove database migration files JIRA: RELENG-12 Signed-off-by: maxbr --- .../account/migrations/0007_auto_20160814_1056.py | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 tools/pharos-dashboard/account/migrations/0007_auto_20160814_1056.py (limited to 'tools/pharos-dashboard/account/migrations/0007_auto_20160814_1056.py') 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', - ), - ] -- cgit 1.2.3-korg