Skip to content

Commit

Permalink
correct targeting_generation_to_version table name
Browse files Browse the repository at this point in the history
  • Loading branch information
imedan committed Feb 11, 2025
1 parent 004f28f commit 0e68b88
Showing 1 changed file 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 @@ -544,7 +544,7 @@ class TargetingGenerationToVersion(TargetdbBase):
backref='+')

class Meta:
table_name = 'targeting_generation_to_carton'
table_name = 'targeting_generation_to_version'


# AssignmentDeferred.set_model(Assignment)
Expand Down

0 comments on commit 0e68b88

Please sign in to comment.