Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorjerse committed Apr 3, 2024
1 parent 8d44f27 commit da53774
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion resolwe_bio/extensions.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Resolwe-bio extensions of Resolwe core."""

from django.db.models import Q
from django_filters import rest_framework as filters

from resolwe.composer import composer
Expand Down
7 changes: 4 additions & 3 deletions resolwe_bio/migrations/0005_remove_descriptor_indices.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ class Migration(migrations.Migration):
("flow", "0021_annotationvalue_modified"),
]

run_before = [
("flow", "0022_remove_entity_descriptor_and_more"),
]
# TODO: enable after Resolwe remove descriptor commit is accepted.
# run_before = [
# ("flow", "0022_remove_entity_descriptor_and_more"),
# ]

operations = [
migrations.RunPython(load_sql),
Expand Down

0 comments on commit da53774

Please sign in to comment.