Skip to content

Commit

Permalink
migration drops function since signature changed
Browse files Browse the repository at this point in the history
  • Loading branch information
huss committed Sep 30, 2023
1 parent 0b326f3 commit df70d75
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ hourly_readings_unit
ORDER BY gen.interval_start, r.meter_id;


-- Must first drop function since the signature changed.
DROP FUNCTION meter_line_readings_unit(integer[],integer,timestamp without time zone,timestamp without time zone,reading_line_accuracy,integer,integer);
/*
The following function determines the correct duration view to query from, and returns averaged or raw reading from it.
It is designed to return data for plotting line graphs. It works on meters.
Expand Down

0 comments on commit df70d75

Please sign in to comment.