hide mtg fields
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# 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),
|
||||
),
|
||||
]
|
18
bots/migrations/0016_auto_20191128_0011.py
Normal file
18
bots/migrations/0016_auto_20191128_0011.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# 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',
|
||||
),
|
||||
]
|
18
bots/migrations/0017_auto_20191128_0012.py
Normal file
18
bots/migrations/0017_auto_20191128_0012.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# 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',
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user