summaryrefslogtreecommitdiffstats
path: root/tools/pharos-dashboard/account/migrations/0006_auto_20160813_1443.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/0006_auto_20160813_1443.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/0006_auto_20160813_1443.py')
-rw-r--r--tools/pharos-dashboard/account/migrations/0006_auto_20160813_1443.py26
1 files changed, 0 insertions, 26 deletions
diff --git a/tools/pharos-dashboard/account/migrations/0006_auto_20160813_1443.py b/tools/pharos-dashboard/account/migrations/0006_auto_20160813_1443.py
deleted file mode 100644
index 7d9cd58e..00000000
--- a/tools/pharos-dashboard/account/migrations/0006_auto_20160813_1443.py
+++ /dev/null
@@ -1,26 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by Django 1.10 on 2016-08-13 14:43
-from __future__ import unicode_literals
-
-from django.db import migrations
-
-
-class Migration(migrations.Migration):
-
- dependencies = [
- ('account', '0005_remove_userprofile_registration_complete'),
- ]
-
- operations = [
- migrations.RemoveField(
- model_name='userresource',
- name='resource',
- ),
- migrations.RemoveField(
- model_name='userresource',
- name='user',
- ),
- migrations.DeleteModel(
- name='UserResource',
- ),
- ]