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,7 +1,6 @@
# Generated by Django 3.1.3 on 2020-11-06 03:54
import django.db.models.deletion
import django_mysql.models
from django.db import migrations, models
import game.models
@@ -49,7 +48,7 @@ class Migration(migrations.Migration):
),
(
'metadata',
django_mysql.models.JSONField(
models.JSONField(
default=internal.utils.empty_object,
help_text='Some usefull event metadata',
verbose_name='Event metadata',