19 lines
420 B
Python
19 lines
420 B
Python
|
# Generated by Django 3.2 on 2022-02-22 22:54
|
||
|
|
||
|
from django.db import migrations, models
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('bots', '0005_stickersbotmoduleconfig'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AddField(
|
||
|
model_name='queueditem',
|
||
|
name='message_id',
|
||
|
field=models.PositiveBigIntegerField(db_index=True, default=None),
|
||
|
),
|
||
|
]
|