Problemas resolvidos
Some checks failed
Creates a docker image for production / Deploy (push) Has been cancelled
Creates a docker image for production / Build the docker image (push) Has been cancelled
Build / Code quality (push) Has been cancelled

This commit is contained in:
2025-02-05 10:04:42 -03:00
parent f3e0e60048
commit 8bcc4e4373
8 changed files with 61 additions and 30 deletions

View File

@@ -1,6 +1,5 @@
# Generated by Django 3.1.3 on 2020-11-06 02:25
import django_mysql.models
from django.db import migrations, models
import game.models
@@ -36,7 +35,7 @@ class Migration(migrations.Migration):
migrations.AlterField(
model_name='game',
name='board',
field=django_mysql.models.JSONField(
field=models.JSONField(
default=internal.utils.empty_list,
help_text='Whe generated board game',
verbose_name='Generated board',