19 lines
366 B
Python
19 lines
366 B
Python
# -*- coding: utf-8 -*-
|
|
# Generated by Django 1.11 on 2017-10-16 14:28
|
|
from __future__ import unicode_literals
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("webapp", "0031_auto_20171016_1455"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.DeleteModel(
|
|
name="TelegramMessage",
|
|
),
|
|
]
|