Skip to content

Commit

Permalink
Potentially solve the same issue in SQLAlchemy
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Aug 7, 2024
1 parent 6473c58 commit 029adf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/sdssdb/sqlalchemy/sdss5db/catalogdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -10209,7 +10209,7 @@ class SDSS_ID_To_Catalog(Base):

pk = Column(Float)
sdss_id = Column(Float)
catalogid = Column(Float,)
catalogid = Column(Float)
version_id = Column(Integer)
allstar_dr17_synspec_rev1__apstar_id = Column(String(20))
allwise__cntr = Column(Float)
Expand Down

0 comments on commit 029adf5

Please sign in to comment.