Skip to content

Commit

Permalink
Added missing migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
seba3c committed Apr 15, 2017
1 parent 670bbb9 commit 8f64c82
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions notifications/migrations/0006_auto_20170415_2211.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.10.2 on 2017-04-15 22:11
from __future__ import unicode_literals

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('notifications', '0005_telegrambot_debug'),
]

operations = [
migrations.AlterField(
model_name='telegrambot',
name='debug',
field=models.BooleanField(default=False, help_text='Enable online evaluation of each image received', verbose_name='Debug enabled'),
),
]

0 comments on commit 8f64c82

Please sign in to comment.