intermittentnrg / intermittent-importers

2 stars 1 forks source link

Migrate units to areas_production_types #17

Open intermittentnrg opened 5 months ago

intermittentnrg commented 5 months ago

They currently have both area_id / production_type_id and areas_production_type_id.

Fully migrate to the latter and remove the former.

intermittentnrg commented 5 months ago

Would be nice to stop using unit_id / DB access in importers and move it into Out2::Unit.run() as part of this.