Skip to content

Commit

Permalink
[SDIS 973] Corrige la méthode calcul_debit_pression_973
Browse files Browse the repository at this point in the history
Change-Id: I866dfa9ca7c07b76dddad062d5bb50e971993eac
  • Loading branch information
Clément GRENOT committed Jan 17, 2025
1 parent 28c79b1 commit ec72eb1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ BEGIN
INSERT INTO remocra.hydrant_anomalies (hydrant,anomalies) VALUES (p_rec.id,p_anomalie_id);
END IF;
END IF;

perform remocra.calcul_indispo(p_rec.id);
END;
$function$;

Expand Down

0 comments on commit ec72eb1

Please sign in to comment.