Skip to content

Commit

Permalink
fix missing ;
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokant committed Oct 24, 2023
1 parent 054264f commit 5266b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrations/20231020130627_import_procedure.sql
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ begin
when 'WGS 84-32V' then
epsg := 32632;
else
raise exception '% not supported', epsg_description
raise exception '% not supported', epsg_description;
end case;
insert into stasjoner(
vassdrag,
Expand Down

0 comments on commit 5266b20

Please sign in to comment.