# Generated by Django 3.2.12 on 2023-01-03 16:12

from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('accounts', '0048_console_allowed_play_game_day'),
    ]

    operations = [
        migrations.AddField(
            model_name='fifaaccount',
            name='token_type',
            field=models.TextField(blank=True, null=True),
        ),
    ]
