Files
web2.0-backend/infoscreen/migrations/0006_delete_hsldatamodel.py
T
2017-10-31 16:57:56 +02:00

19 lines
367 B
Python

# -*- coding: utf-8 -*-
# Generated by Django 1.11 on 2017-10-31 14:56
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('infoscreen', '0005_auto_20170913_1841'),
]
operations = [
migrations.DeleteModel(
name='HSLDataModel',
),
]