Skip to content

Commit

Permalink
tycid needed in tycho2 model class
Browse files Browse the repository at this point in the history
  • Loading branch information
johndonor3 committed Mar 10, 2021
1 parent 69e1353 commit 4bcad70
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 @@ -412,6 +412,7 @@ class Meta:
class Tycho2(CatalogdbModel):

designation = TextField(primary_key=True)
tycid = IntegerField(null=False)

class Meta:
table_name = 'tycho2'
Expand Down

0 comments on commit 4bcad70

Please sign in to comment.