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 da53774 commit 3aba4b1
Showing 1 changed file 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

0 comments on commit 3aba4b1

Please sign in to comment.