add migration
This commit is contained in:
parent
d63d9268da
commit
41c6a6ff1e
22
bots/migrations/0005_stickersbotmoduleconfig.py
Normal file
22
bots/migrations/0005_stickersbotmoduleconfig.py
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
# Generated by Django 3.2 on 2021-08-27 17:05
|
||||||
|
|
||||||
|
from django.db import migrations, models
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('bots', '0004_feedbackbotmoduleconfig_feedbackchat_feedbackmessage'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.CreateModel(
|
||||||
|
name='StickersBotModuleConfig',
|
||||||
|
fields=[
|
||||||
|
('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
|
||||||
|
],
|
||||||
|
options={
|
||||||
|
'abstract': False,
|
||||||
|
},
|
||||||
|
),
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user