Skip to content

Commit

Permalink
Column name for 2MASS FK
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Jun 19, 2020
1 parent 03bfa41 commit d16f8d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/sdssdb/peewee/sdss5db/catalogdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -865,6 +865,7 @@ class MIPSGAL(CatalogdbModel):

twomass = ForeignKeyField(TwoMassPSC,
field='designation',
column_name='twomass_name',
object_id_name='twomass_name',
backref='+')

Expand Down

0 comments on commit d16f8d7

Please sign in to comment.