Skip to content

Commit

Permalink
Add referenced columns to CantatGaudinTable1
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Feb 24, 2021
1 parent 21f8c4e commit ac42524
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/sdssdb/peewee/sdss5db/catalogdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ class CantatGaudinTable1(CatalogdbModel):
# BigIntegerField is fine even though table column pkey
# is a bigserial column
pkey = BigIntegerField(primary_key=True)
cluster = CharField()
source_id = BigIntegerField()

class Meta:
table_name = 'cantat_gaudin_table1'
Expand Down

0 comments on commit ac42524

Please sign in to comment.