Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesfize committed Jan 24, 2024
1 parent 510e17b commit fb4d267
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def upgrade():
validation_id_type int := ref_nomenclatures.get_id_nomenclature_type('STATUT_VALID');
-- Retrieve the neaw validation status's nomenclature id
-- Retrieve the new validation status's nomenclature id
new_id_status_validation int := (
select tn.id_nomenclature
from ref_nomenclatures.t_nomenclatures tn
Expand All @@ -47,7 +47,7 @@ def upgrade():
and id_type = validation_id_type
);
-- Retrieve the list of observation which are tagged with the old validation status
-- Retrieve the list of observations tagged with the old validation status
list_uuid_obs_status_updatable uuid [] := (
select array_agg(vlv.uuid_attached_row)
from gn_commons.v_latest_validation vlv
Expand Down

0 comments on commit fb4d267

Please sign in to comment.