18 lines
353 B
Python
18 lines
353 B
Python
|
# Generated by Django 3.1.7 on 2021-03-15 18:15
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('bots', '0001_squashed_0025_auto_20210311_2341'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.RenameModel(
|
||
|
old_name='ChannelHelperUser',
|
||
|
new_name='BotUser',
|
||
|
),
|
||
|
]
|