Files
web2.0-backend/webapp/migrations/0039_delete_ohlhafvchallenge.py
T
2018-01-28 18:54:45 +02:00

19 lines
367 B
Python

# -*- coding: utf-8 -*-
# Generated by Django 1.11 on 2018-01-28 15:48
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('webapp', '0038_auto_20180126_0031'),
]
operations = [
migrations.DeleteModel(
name='OhlhafvChallenge',
),
]