lamindb.schema.dev.version_yvzi#

class lamindb.schema.dev.version_yvzi(*, v: Optional[str] = None, migration: Optional[str] = None, user_id: str = None, created_at: datetime)#

Bases: SQLModel

Core schema module versions deployed in a given instance.

Migrations of the schema module add rows to this table, storing the schema module version to which we migrated along with the user who performed the migration.

Attributes

v: Optional[str]#

Python package version of lnschema_core.

migration: Optional[str]#

Migration script reference of the latest migration leading up to the Python package version.

user_id: str#
created_at: datetime#