Skip to content

Commit

Permalink
setting boss drp specobjid to optional
Browse files Browse the repository at this point in the history
  • Loading branch information
havok2063 committed Aug 9, 2024
1 parent 6d5dae3 commit c3d6fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/valis/db/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class BossSpectrum(PeeweeBase):
survey: str = None
firstcarton: str = None
objtype: str = None
specobjid: int = None
specobjid: Optional[int] = None

class AstraSource(PeeweeBase):
""" Pydantic response model for the MWM Astra source metadata """
Expand Down

0 comments on commit c3d6fb6

Please sign in to comment.