19 lines
407 B
Python
19 lines
407 B
Python
# Generated by Django 3.0rc1 on 2019-11-27 21:11
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('bots', '0015_cyberlinabotmoduleconfig_mtg_train_new'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RenameField(
|
|
model_name='cyberlinabotmoduleconfig',
|
|
old_name='mtg_train',
|
|
new_name='_mtg_corpus',
|
|
),
|
|
]
|