Skip to content

Commit

Permalink
Issue #335 update column names for SEEPS data updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bikegeek committed Oct 10, 2024
1 parent e2ead8e commit 9092e6d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions METdbLoad/sql/updates/update_for_6_0_beta6.sql
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ ALTER TABLE line_data_orank
RENAME COLUMN climo_stdev TO obs_climo_stdev |
ADD COLUMN fcst_climo_mean DOUBLE |
ADD COLUMN fcst_climo_stdev DOUBLE |

ALTER TABLE line_data_seeps
RENAME COLUMN s12 TO odfl |
RENAME COLUMN s13 TO odfh |
RENAME COLUMN s21 TO olfd |
RENAME COLUMN s23 TO olfh |
RENAME COLUMN s31 TO ohfd |
RENAME COLUMN s32 TO ohfl |

|

DELIMITER ;

0 comments on commit 9092e6d

Please sign in to comment.