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/0015_cyberlinabotmoduleconf...

19 lines
415 B

# Generated by Django 3.0rc1 on 2019-11-27 21:11
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('bots', '0014_auto_20191127_2223'),
]
operations = [
migrations.AddField(
model_name='cyberlinabotmoduleconfig',
name='mtg_train_new',
field=models.TextField(blank=True, null=True),
),
]