Skip to content

Commit

Permalink
added database extensions enum name (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdhoyt authored Jan 31, 2024
1 parent dd41039 commit beea298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sds_data_manager/lambda_code/SDSCode/database/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
)

# extension enums for the file catalog table
EXTENSIONS = SqlEnum("pkts", "cdf")
EXTENSIONS = SqlEnum("pkts", "cdf", name="extensions")

# "upstream" dependency means an instrument's processing depends on the existence
# of another instrument's data
Expand Down

0 comments on commit beea298

Please sign in to comment.