Skip to content

Commit

Permalink
πŸ”₯ Prune migrations (#51)
Browse files Browse the repository at this point in the history
* πŸ”₯ Prune more

* πŸ’š Fix

* ♻️ Rename & fix

* πŸ’š Fixes
  • Loading branch information
falexwolf authored May 16, 2024
1 parent 66fa8e7 commit 9c4b767
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 141 deletions.
2 changes: 1 addition & 1 deletion wetlab/migrations/0001_initial_squashed_0012.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Migration(migrations.Migration):
initial = True

dependencies = [
("lnschema_bionty", "0001_initial_squashed_0016"),
("lnschema_bionty", "0022_rename_datasets_cellline_collections_and_more"),
]

operations = [] # type: ignore
Expand Down
50 changes: 0 additions & 50 deletions wetlab/migrations/0013_import_legacy_data.py

This file was deleted.

17 changes: 0 additions & 17 deletions wetlab/migrations/0014_rename_species_biosample_organism.py

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 1 addition & 3 deletions wetlab/migrations/0017_remove_biosample_artifacts.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@


class Migration(migrations.Migration):
dependencies = [
("wetlab", "0016_rename_datasets_biosample_collections_and_more"),
]
dependencies = [] # type: ignore

operations = [
migrations.RemoveField(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Migration(migrations.Migration):
]

dependencies = [
("lnschema_bionty", "0001_initial_squashed_0025"),
("lnschema_bionty", "0025_squashed"),
]

operations = [
Expand Down

0 comments on commit 9c4b767

Please sign in to comment.