Skip to content

Commit

Permalink
Issue #320 fixed syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
bikegeek committed Aug 24, 2024
1 parent 440ddeb commit 1f763de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion METdbLoad/sql/mv_mysql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@ CREATE TABLE line_data_mpr
obs_climo_stdev DOUBLE,
obs_climo_cdf DOUBLE,
fcst_climo_mean DOUBLE,
fcst_climo_stdev...DOUBLE,
fcst_climo_stdev DOUBLE,


CONSTRAINT line_data_mpr_data_file_id_pk
Expand Down

0 comments on commit 1f763de

Please sign in to comment.