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-05 03:03
import django_mysql.models
from django.db import migrations, models
import internal.utils
@@ -46,7 +45,7 @@ class Migration(migrations.Migration):
),
(
'board',
django_mysql.models.JSONField(
models.JSONField(
default=internal.utils.empty_list,
verbose_name='Generated board',
),