19 lines
415 B
Python
19 lines
415 B
Python
|
# 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),
|
||
|
),
|
||
|
]
|