Skip to content

Commit

Permalink
Added visibility to Hourly Forecast
Browse files Browse the repository at this point in the history
  • Loading branch information
briis committed May 5, 2024
1 parent 29ccaa9 commit c791ad8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sql/create_database.sql
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ CREATE TABLE `forecast_hourly` (
`wind_speed` FLOAT NULL DEFAULT NULL ,
`wind_gust` FLOAT NULL DEFAULT NULL ,
`uv_index` FLOAT NULL DEFAULT NULL ,
`visibility` FLOAT NULL DEFAULT NULL ,
CONSTRAINT `PRIMARY` PRIMARY KEY (`hour_num`)
);

Expand Down

0 comments on commit c791ad8

Please sign in to comment.