summaryrefslogtreecommitdiffstats
path: root/tools/pharos-dashboard/account/migrations/0004_auto_20160812_1805.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/0004_auto_20160812_1805.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/0004_auto_20160812_1805.py')
-rw-r--r--tools/pharos-dashboard/account/migrations/0004_auto_20160812_1805.py26
1 files changed, 0 insertions, 26 deletions
diff --git a/tools/pharos-dashboard/account/migrations/0004_auto_20160812_1805.py b/tools/pharos-dashboard/account/migrations/0004_auto_20160812_1805.py
deleted file mode 100644
index cb228557..00000000
--- a/tools/pharos-dashboard/account/migrations/0004_auto_20160812_1805.py
+++ /dev/null
@@ -1,26 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by Django 1.10 on 2016-08-12 18:05
-from __future__ import unicode_literals
-
-from django.db import migrations, models
-
-
-class Migration(migrations.Migration):
-
- dependencies = [
- ('account', '0003_userprofile_registration_complete'),
- ]
-
- operations = [
- migrations.AddField(
- model_name='userprofile',
- name='gpgkey',
- field=models.CharField(default='a', max_length=2048),
- preserve_default=False,
- ),
- migrations.AlterField(
- model_name='userprofile',
- name='sshkey',
- field=models.CharField(max_length=2048),
- ),
- ]