add migration
This commit is contained in:
parent
c7497acafa
commit
5048f3e81d
@ -0,0 +1,18 @@
|
||||
# Generated by Django 3.0rc1 on 2020-06-02 12:51
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('bots', '0022_auto_20200505_1146'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='overlaybotmoduleconfig',
|
||||
name='send_avatar_on_start',
|
||||
field=models.BooleanField(default=False),
|
||||
),
|
||||
]
|
Loading…
Reference in New Issue
Block a user