Skip to content

Commit

Permalink
fix: remove extra select/end
Browse files Browse the repository at this point in the history
  • Loading branch information
dleard committed Jun 5, 2020
1 parent d163d08 commit b278db6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,5 @@ create or replace function ggircs_portal_private.validate_energy_products(
end;

$function$ language 'plpgsql' stable;
end;

commit;
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ begin;
searchResult as (
select
select row_number() over () as id,
row_number() over () as id,
c.id as certification_url_id,
c.application_id,
c.version_number ,
Expand Down

0 comments on commit b278db6

Please sign in to comment.