We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7476ff6 commit 2494861Copy full SHA for 2494861
nmdc_schema/migrators/partials/migrator_from_11_10_0_to_11_11_0/__init__.py
@@ -23,7 +23,6 @@ def get_migrator_classes() -> List[Type[MigratorBase]]:
23
"""
24
25
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,
+ migrator_from_11_10_0_to_11_11_0_part_1.Migrator,
+ migrator_from_11_10_0_to_11_11_0_part_2.Migrator,
29
]
0 commit comments