# Generated by Django 3.2.12 on 2023-05-27 12:58

from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('accounts', '0092_fifaaccount_stop_console_trade_one_for_other_bots'),
    ]

    operations = [
        migrations.AlterField(
            model_name='console',
            name='allowed_account_work_day',
            field=models.IntegerField(default=20),
        ),
    ]
