Skip to content

Commit 2494861

Browse files
aclumeecavanna
andauthored
Update nmdc_schema/migrators/partials/migrator_from_11_10_0_to_11_11_0/__init__.py
Co-authored-by: eecavanna <134325062+eecavanna@users.noreply.github.com>
1 parent 7476ff6 commit 2494861

File tree

1 file changed

+2
-3
lines changed
  • nmdc_schema/migrators/partials/migrator_from_11_10_0_to_11_11_0

1 file changed

+2
-3
lines changed

nmdc_schema/migrators/partials/migrator_from_11_10_0_to_11_11_0/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ def get_migrator_classes() -> List[Type[MigratorBase]]:
2323
"""
2424

2525
return [
26-
migrator_from_11_9_1_to_11_10_0_part_1.Migrator,
27-
migrator_from_11_9_1_to_11_10_0_part_2.Migrator,
28-
migrator_from_11_9_1_to_11_10_0_part_3.Migrator,
26+
migrator_from_11_10_0_to_11_11_0_part_1.Migrator,
27+
migrator_from_11_10_0_to_11_11_0_part_2.Migrator,
2928
]

0 commit comments

Comments
 (0)