pooling update handlers, add overlay bot module
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# Generated by Django 2.1.5 on 2019-11-16 00:14
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('bots', '0006_overlaybotmoduleconfig'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='overlaybotmoduleconfig',
|
||||
name='start_text',
|
||||
field=models.TextField(blank=True, null=True),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='overlaybotmoduleconfig',
|
||||
name='type_error_text',
|
||||
field=models.TextField(blank=True, null=True),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user