Skip to content

Commit

Permalink
hotfix: order by ts *desc* inverter energy
Browse files Browse the repository at this point in the history
  • Loading branch information
polmonso committed Jan 10, 2024
1 parent 05aa3a5 commit 66180c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ with inverters_energy as (
and extract(hour from ts at time zone 'Europe/Madrid') > 3
)
select * from inverters_energy
order by ts
order by ts desc

0 comments on commit 66180c8

Please sign in to comment.