summaryrefslogtreecommitdiffstats
path: root/pharos-dashboard/account/migrations/0005_remove_userprofile_registration_complete.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
commitb426489bafaa4d6d09d1b6cefbbd9a17509090d9 (patch)
tree711d0d06336ea8fd10929c1b55c0b04dce509863 /pharos-dashboard/account/migrations/0005_remove_userprofile_registration_complete.py
parent114a6fb65e14f15487bc8db33cedae011fc42cac (diff)
Remove database migration files
JIRA: RELENG-12 Signed-off-by: maxbr <maxbr@mi.fu-berlin.de>
Diffstat (limited to 'pharos-dashboard/account/migrations/0005_remove_userprofile_registration_complete.py')
-rw-r--r--pharos-dashboard/account/migrations/0005_remove_userprofile_registration_complete.py19
1 files changed, 0 insertions, 19 deletions
diff --git a/pharos-dashboard/account/migrations/0005_remove_userprofile_registration_complete.py b/pharos-dashboard/account/migrations/0005_remove_userprofile_registration_complete.py
deleted file mode 100644
index fa4bf72..0000000
--- a/pharos-dashboard/account/migrations/0005_remove_userprofile_registration_complete.py
+++ /dev/null
@@ -1,19 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by Django 1.10 on 2016-08-13 10:49
-from __future__ import unicode_literals
-
-from django.db import migrations
-
-
-class Migration(migrations.Migration):
-
- dependencies = [
- ('account', '0004_auto_20160812_1805'),
- ]
-
- operations = [
- migrations.RemoveField(
- model_name='userprofile',
- name='registration_complete',
- ),
- ]