Made forecast-period conditionCode optional
This commit is contained in:
@@ -25,7 +25,7 @@ type forecastPeriodRow struct {
|
||||
EndTime time.Time
|
||||
Name sql.NullString
|
||||
IsDay sql.NullBool
|
||||
ConditionCode int
|
||||
ConditionCode sql.NullInt64
|
||||
TextDescription sql.NullString
|
||||
TemperatureC sql.NullFloat64
|
||||
TemperatureCMin sql.NullFloat64
|
||||
|
||||
Reference in New Issue
Block a user