Dockerfile added
This commit is contained in:
@ -51,4 +51,3 @@ INSERT INTO pv_energy_by_month
|
||||
update_counter = pv_energy_by_month.update_counter + 1,
|
||||
current_energy = (SELECT e FROM last_pv_energy_of_yesterday) - pv_energy_by_month.baseline_energy;
|
||||
|
||||
COMMIT;
|
||||
|
Reference in New Issue
Block a user