You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
387 B

# Generated by Django 4.2.23 on 2025-06-19 00:41
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('app', '0005_games_round_open'),
]
operations = [
migrations.AddField(
model_name='answer',
name='akey',
field=models.CharField(max_length=1, null=True),
),
]

Powered by TurnKey Linux.