Problemas resolvidos
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user