Skip to content

Commit 12ede72

Browse files
committed
Merge branch 'update-for-ss'
2 parents 74cb4f3 + 7035ce1 commit 12ede72

File tree

1 file changed

+1
-0
lines changed
  • nowcasting_datamodel/models

1 file changed

+1
-0
lines changed

nowcasting_datamodel/models/pv.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ def to_orm(self) -> PVSystemSQL:
8585
orientation=self.orientation,
8686
status_interval_minutes=self.status_interval_minutes,
8787
correct_data=self.correct_data,
88+
installed_capacity_kw=self.installed_capacity_kw
8889
)
8990

9091

0 commit comments

Comments
 (0)