20 lines
400 B
Python
20 lines
400 B
Python
# -*- 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',
|
|
),
|
|
]
|