# Generated by Django 3.2.12 on 2022-11-04 13:13

from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('sbc', '0028_accountcheckhealthyworker_must_done'),
    ]

    operations = [
        migrations.AlterField(
            model_name='sbctargetfilter',
            name='position',
            field=models.CharField(blank=True, choices=[('GK', 'GK'), ('CDM', 'CDM'), ('RM', 'RM'), ('CM', 'CM'), ('LM', 'LM'), ('CAM', 'CAM'), ('RWB', 'RWB'), ('CF', 'CF'), ('RW', 'RW'), ('ST', 'ST'), ('LW', 'LW'), ('RB', 'RB'), ('CB', 'CB'), ('LB', 'LB'), ('LWB', 'LWB')], max_length=20, null=True),
        ),
    ]
