Skip to content

Commit

Permalink
Change mysql datatype from double to DOUBLE to fix db creation error
Browse files Browse the repository at this point in the history
This type needs to be uppercase or creating the database fails.
  • Loading branch information
JeremyMcCormick committed Oct 25, 2023
1 parent 7396851 commit 0b2d1fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yml/dp02_dc2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9056,7 +9056,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 0b2d1fb

Please sign in to comment.