From b426489bafaa4d6d09d1b6cefbbd9a17509090d9 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 --- .../0005_remove_userprofile_registration_complete.py | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 pharos-dashboard/account/migrations/0005_remove_userprofile_registration_complete.py (limited to 'pharos-dashboard/account/migrations/0005_remove_userprofile_registration_complete.py') 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', - ), - ] -- cgit 1.2.3-korg