Skip to content

Commit

Permalink
Merge pull request #2254 from microbiomedata/2253-migration-update-mi…
Browse files Browse the repository at this point in the history
…grator-_to_version-to-end-in-part_2
  • Loading branch information
eecavanna authored Nov 12, 2024
2 parents 9c3917d + b6b8d92 commit a5c3f4e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
class Migrator(MigratorBase):
r"""Migrates a database between two schemas."""

_from_version = "11_0_3"
_to_version = "11_1_0"
# See PR2203
# Note: This migrator was introduced via PR 2203 (i.e. https://github.com/microbiomedata/nmdc-schema/pull/2203).
_from_version = "11.1.0.part_1"
_to_version = "11.1.0.part_2"

def upgrade(self):
r"""Migrates the database from conforming to the original schema, to conforming to the new schema."""
Expand Down

0 comments on commit a5c3f4e

Please sign in to comment.