furmeet-bot/webproj/bot/migrations/0022_pendingcaptchauser_captcha_message_id.py

20 lines
451 B
Python

# Generated by Django 3.0.8 on 2020-07-10 21:55
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('bot', '0021_auto_20200710_2119'),
]
operations = [
migrations.AddField(
model_name='pendingcaptchauser',
name='captcha_message_id',
field=models.IntegerField(blank=True, default=0),
preserve_default=False,
),
]