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