Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorjerse committed Apr 4, 2024
1 parent da53774 commit 079d3a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resolwe_bio/migrations/0005_remove_descriptor_indices.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ class Migration(migrations.Migration):
]

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

operations = [
migrations.RunPython(load_sql),
Expand Down
Binary file modified resolwe_bio/tests/files/exp_matrix.json.gz
Binary file not shown.

0 comments on commit 079d3a9

Please sign in to comment.