Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Metagenomics
metagenedb
Commits
a7abdb2b
Commit
a7abdb2b
authored
Sep 17, 2020
by
Kenzo-Hugo Hillion
♻
Browse files
add migration for fix deprecated JSONfield
parent
cf247233
Pipeline
#37666
passed with stages
in 3 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
backend/metagenedb/apps/catalog/migrations/0027_fix_deprecated_jsonfield.py
0 → 100644
View file @
a7abdb2b
# 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
),
),
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment