We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ab7209 commit a5bf957Copy full SHA for a5bf957
1 file changed
api/models/annotations_lookup.py
@@ -19,4 +19,4 @@ class AtAgiLookup(db.Model):
19
20
probeset: db.Mapped[str] = db.mapped_column(db.String(60), primary_key=True, nullable=False)
21
agi: db.Mapped[str] = db.mapped_column(db.String(30), primary_key=True, nullable=False)
22
- date: db.Mapped[datetime] = db.mapped_column(db.Date, primary_key=True, nullable=False)
+ date: db.Mapped[datetime] = db.mapped_column(db.Date, primary_key=True, nullable=False)
0 commit comments