Skip to content
Snippets Groups Projects
Commit a7abdb2b authored by Kenzo-Hugo Hillion's avatar Kenzo-Hugo Hillion :recycle:
Browse files

add migration for fix deprecated JSONfield

parent cf247233
No related branches found
No related tags found
1 merge request!68Retrieve taxonomy details from gene list
Pipeline #37666 passed
# Generated by Django 3.1 on 2020-09-16 14:41
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('catalog', '0026_meta_statistics'),
]
operations = [
migrations.AlterField(
model_name='statistics',
name='body',
field=models.JSONField(),
),
migrations.AlterField(
model_name='taxonomy',
name='hierarchy',
field=models.JSONField(null=True),
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment