Skip to content

Commit

Permalink
Merge pull request #223 from mgcam/mlwh_orm_delete_column
Browse files Browse the repository at this point in the history
Following a column deletion, updated mlwh ORM.
  • Loading branch information
nerdstrike authored Apr 24, 2024
2 parents 5ea356c + 115ad17 commit b0a80fe
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lang_qc/db/mlwh_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -614,11 +614,6 @@ class PacBioProductMetrics(Base):
nullable=True,
comment="The mean barcode HiFi quality score",
)
hifi_read_quality_mean = Column(
mysqlINTEGER(unsigned=True),
nullable=True,
comment="The mean HiFi base quality",
)
hifi_bases_percent = Column(
mysqlFLOAT(),
nullable=True,
Expand Down

0 comments on commit b0a80fe

Please sign in to comment.