Skip to content

Commit

Permalink
Update update_for_6_0_beta6.sql
Browse files Browse the repository at this point in the history
fixed the ADD COLUMN lines for ORANK
  • Loading branch information
bikegeek committed Aug 28, 2024
1 parent e32d98b commit e4eb020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions METdbLoad/sql/updates/update_for_6_0_beta6.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ ALTER TABLE line_data_mpr
ALTER TABLE line_data_orank
RENAME COLUMN climo_mean TO obs_climo_mean |
RENAME COLUMN climo_stdev TO obs_climo_stdev |
ADD COLUMN total_dir DOUBLE |
ADD COLUMN total_dir DOUBLE |
ADD COLUMN fcst_climo_mean DOUBLE |
ADD COLUMN fcst_climo_stdev DOUBLE |
|

DELIMITER ;

0 comments on commit e4eb020

Please sign in to comment.