add migrations
This commit is contained in:
parent
627dd1c128
commit
cc90c90e80
18
bots/migrations/0006_queueditem_message_id.py
Normal file
18
bots/migrations/0006_queueditem_message_id.py
Normal file
@ -0,0 +1,18 @@
|
||||
# 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),
|
||||
),
|
||||
]
|
Loading…
Reference in New Issue
Block a user