Remove unneeded challenger email field

This commit is contained in:
Aarni Halinen
2018-01-30 16:48:41 +02:00
parent 2fc71eabe3
commit 4d90454cf8
3 changed files with 20 additions and 3 deletions
@@ -0,0 +1,19 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11 on 2018-01-30 14:45
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('ohlhafv', '0001_initial'),
]
operations = [
migrations.RemoveField(
model_name='ohlhafvchallenge',
name='challenger_email',
),
]