20 lines
501 B
Python
20 lines
501 B
Python
# Generated by Django 6.0.2 on 2026-02-27 22:08
|
|
|
|
import fupogfakta.models
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('fupogfakta', '0003_roundquestion_mixed_answers'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='player',
|
|
name='session_token',
|
|
field=models.CharField(db_index=True, default=fupogfakta.models._generate_player_session_token, max_length=64),
|
|
),
|
|
]
|