# Generated by Django 3.2.25 on 2024-11-16 09:42

from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('squad_battle', '0010_fifaaccountmomentsgame'),
    ]

    operations = [
        migrations.AddField(
            model_name='fifaaccountmomentsgame',
            name='need_fix_squad',
            field=models.BooleanField(default=False, null=True),
        ),
    ]
