# Generated by Django 3.2.12 on 2023-01-28 13:36

from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('sbc', '0041_accountcheckhealthyworker_sbc_worker'),
    ]

    operations = [
        migrations.AlterField(
            model_name='sbctargetfilter',
            name='league',
            field=models.IntegerField(blank=True, choices=[(31, 'Serie A TIM (ITA 1)'), (19, 'Bundesliga (GER 1)'), (16, 'Ligue 1 uber eats (FRA 1)'), (4, '1A Pro League (BEL 1)'), (2076, '3. Liga (GER 3)'), (1, '  3F Superliga (DEN 1) '), (351, '  A-League (AUS 1) '), (56, '  Allsvenskan (SWE 1) '), (19, 'Bundesliga (GER 1)'), (20, '  Bundesliga 2 (GER 2) '), (319, '  Česká Liga (CZE 1) '), (2012, '  Chinese FA Super L. (CHN 1) '), (1003, '  CONMEBOL Libertadores '), (1014, '  CONMEBOL Sudamericana ( SUD )'), (14, '  EFL Championship (ENG 2) '), (60, '  EFL League One (ENG 3) '), (61, '  EFL League Two (ENG 4) '), (41, '  Eliteserien (NOR 1) '), (10, 'Eredivisie (NED 1)'), (322, '  Finnliiga (FIN 1) '), (63, '  Hellas Liga (GRE 1) '), (2118, '  Icons '), (2149, '  Indian Super League (IND 1) '), (32, 'Italy Serie B (ITA 2)'), (83, '  K League 1 (KOR 1) '), (53, '  LaLiga Santander (ESP 1)'), (54, '  LaLiga SmartBank (ESP 2) '), (2209, '  Liga Dimayor II '), (317, '  Liga Hrvatska (CRO 1) '), (330, '  Liga I (ROM 1) '), (308, '  Liga NOS (POR 1) '), (16, '  Ligue 1 '), (17, '  Ligue 2 BKT (FRA 2) '), (39, 'Major League Soccer (MLS)'), (350, '  MBS Pro League (SAU 1) '), (2208, '  National League (ENG 5) '), (2211, '  Nemzetti Bajnoksag (HUN 1) '), (80, '  Ö Bundesliga (AUT 1) '), (66, '  Polski Ekstraklasa (POL 1) '), (13, 'Premier League (ENG 1)'), (353, '  Primera División (ARG 1) '), (2210, '  Protathlima Cyta (CYP 1) '), (189, '  Raiffeisen Super L. (SUI 1) '), (50, '  Scottish Premiership (SPFL) '), (31, '  Serie A TIM (ITA 1)'), (347, '  South African FL (RSA 1) '), (65, '  SSE Airtricity League (IRL 1) '), (68, '  Süper Lig (TUR 1) '), (332, '  Ukrayina Liha (UKR 1) '), (2172, '  United Emirates L. (UAE 1) ')], default=0, null=True),
        ),
        migrations.AlterField(
            model_name='sbctargetfilterclubmoves',
            name='league',
            field=models.IntegerField(blank=True, choices=[(31, 'Serie A TIM (ITA 1)'), (19, 'Bundesliga (GER 1)'), (16, 'Ligue 1 uber eats (FRA 1)'), (4, '1A Pro League (BEL 1)'), (2076, '3. Liga (GER 3)'), (1, '  3F Superliga (DEN 1) '), (351, '  A-League (AUS 1) '), (56, '  Allsvenskan (SWE 1) '), (19, 'Bundesliga (GER 1)'), (20, '  Bundesliga 2 (GER 2) '), (319, '  Česká Liga (CZE 1) '), (2012, '  Chinese FA Super L. (CHN 1) '), (1003, '  CONMEBOL Libertadores '), (1014, '  CONMEBOL Sudamericana ( SUD )'), (14, '  EFL Championship (ENG 2) '), (60, '  EFL League One (ENG 3) '), (61, '  EFL League Two (ENG 4) '), (41, '  Eliteserien (NOR 1) '), (10, 'Eredivisie (NED 1)'), (322, '  Finnliiga (FIN 1) '), (63, '  Hellas Liga (GRE 1) '), (2118, '  Icons '), (2149, '  Indian Super League (IND 1) '), (32, 'Italy Serie B (ITA 2)'), (83, '  K League 1 (KOR 1) '), (53, '  LaLiga Santander (ESP 1)'), (54, '  LaLiga SmartBank (ESP 2) '), (2209, '  Liga Dimayor II '), (317, '  Liga Hrvatska (CRO 1) '), (330, '  Liga I (ROM 1) '), (308, '  Liga NOS (POR 1) '), (16, '  Ligue 1 '), (17, '  Ligue 2 BKT (FRA 2) '), (39, 'Major League Soccer (MLS)'), (350, '  MBS Pro League (SAU 1) '), (2208, '  National League (ENG 5) '), (2211, '  Nemzetti Bajnoksag (HUN 1) '), (80, '  Ö Bundesliga (AUT 1) '), (66, '  Polski Ekstraklasa (POL 1) '), (13, 'Premier League (ENG 1)'), (353, '  Primera División (ARG 1) '), (2210, '  Protathlima Cyta (CYP 1) '), (189, '  Raiffeisen Super L. (SUI 1) '), (50, '  Scottish Premiership (SPFL) '), (31, '  Serie A TIM (ITA 1)'), (347, '  South African FL (RSA 1) '), (65, '  SSE Airtricity League (IRL 1) '), (68, '  Süper Lig (TUR 1) '), (332, '  Ukrayina Liha (UKR 1) '), (2172, '  United Emirates L. (UAE 1) ')], default=0, null=True),
        ),
    ]
