Skip to content

Commit

Permalink
Rename Carton.label to Carton.carton
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Jun 3, 2020
1 parent ccc9aa7 commit b4f27a2
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/sdssdb/peewee/sdss5db/targetdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class Carton(TargetdbBase):
category = ForeignKeyField(column_name='category_pk',
field='pk',
model=Category)
label = TextField()
carton = TextField()
pk = AutoField()
mapper = ForeignKeyField(column_name='mapper_pk',
field='pk',
Expand Down
Binary file modified schema/sdss5db/catalogdb/sdss5db.catalogdb.pdf
Binary file not shown.
Binary file modified schema/sdss5db/catalogdb/sdss5db.catalogdb_lite.pdf
Binary file not shown.
Binary file modified schema/sdss5db/targetdb/sdss5db.targetdb.pdf
Binary file not shown.
Binary file modified schema/sdss5db/targetdb/sdss5db.targetdb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b4f27a2

Please sign in to comment.