Skip to content

Commit

Permalink
Faute d'ortographe
Browse files Browse the repository at this point in the history
  • Loading branch information
nboisteault committed Dec 18, 2023
1 parent 1cefef2 commit 2aba4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/triggers.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ BEGIN
NEW.geom,
st_collectionextract((SELECT ST_Collect(geom) FROM z_formation.commune), 3)::geometry(multipolygon, 2154)
) THEN
-- On renvoit une erreur
-- On renvoie une erreur
RAISE EXCEPTION 'La géométrie doit se trouver dans les communes';
END IF;

Expand Down

0 comments on commit 2aba4da

Please sign in to comment.