openclimatefix / nowcasting_datamodel

Datamodel for the nowcasting project
6 stars 6 forks source link

update migrations to be floats, not strings #74

Closed peterdudfield closed 2 years ago

peterdudfield commented 2 years ago

Pull Request

Description

update migrations to make sure solar_genaterion_kw in pv and gsp are floats

might need to do

ALTER TABLE tbl
ALTER COLUMN col1 TYPE numeric

Fixes #

How Has This Been Tested?

unittests

Checklist: