Skip to content

Commit

Permalink
Merge pull request #161 from lsst/tickets/DM-41355
Browse files Browse the repository at this point in the history
DM-41355: Fix mysql datatype errors in SDM schemas
  • Loading branch information
JeremyMcCormick authored Nov 29, 2023
2 parents 887d12b + e481ffa commit dd69ae0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion yml/dp02_dc2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9074,7 +9074,7 @@ tables:
- name: match_chisq
'@id': '#MatchesTruth.match_chisq'
datatype: double
mysql:datatype: double
mysql:datatype: DOUBLE
description: The chi-squared value of the (best) match
- name: match_n_chisq_finite
'@id': '#MatchesTruth.match_n_chisq_finite'
Expand Down
2 changes: 1 addition & 1 deletion yml/imsim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8861,7 +8861,7 @@ tables:
- name: match_chisq
'@id': '#MatchesTruth.match_chisq'
datatype: double
mysql:datatype: double
mysql:datatype: DOUBLE
description: The chi-squared value of the (best) match
- name: match_n_chisq_finite
'@id': '#MatchesTruth.match_n_chisq_finite'
Expand Down

0 comments on commit dd69ae0

Please sign in to comment.