Skip to content

Commit f13b5fa

Browse files
committed
11.6.1
1 parent fa08bd0 commit f13b5fa

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
from nmdc_schema.migrators.migrator_base import MigratorBase
2+
3+
4+
class Migrator(MigratorBase):
5+
r"""Migrates a database between two schemas."""
6+
7+
_from_version = "11.6.0"
8+
_to_version = "11.6.1"
9+
10+
def upgrade(self) -> None:
11+
r"""No upgrade needed."""
12+
pass

nmdc_schema/nmdc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Auto generated from nmdc.yaml by pythongen.py version: 0.0.1
2-
# Generation date: 2025-04-17T12:19:44
2+
# Generation date: 2025-04-17T16:32:29
33
# Schema: NMDC
44
#
55
# id: https://w3id.org/nmdc/nmdc

0 commit comments

Comments
 (0)