You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
telegram_bots/bots/migrations/0019_remove_overlaybotmodul...

18 lines
335 B

# Generated by Django 3.0rc1 on 2020-02-10 15:57
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('bots', '0018_overlayimage'),
]
operations = [
migrations.RemoveField(
model_name='overlaybotmoduleconfig',
name='image',
),
]