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
375 B

# Generated by Django 4.2.23 on 2025-06-19 00:13
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('app', '0004_answer'),
]
operations = [
migrations.AddField(
model_name='games',
name='round_open',
field=models.BooleanField(default=False),
),
]

Powered by TurnKey Linux.