Skip to content

Commit

Permalink
Fix backend/validation: add validation from t_apresence not t_zprospect
Browse files Browse the repository at this point in the history
  • Loading branch information
jpm-cbna committed Sep 5, 2022
1 parent d90bdfb commit 251f66c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,11 +216,11 @@ CREATE TRIGGER tri_log_update_t_zprospect


------------------------------------------------------------------------------------
-- Trigger: update t_validations after insert new prospect zone
-- Trigger: update t_validations after insert new presence area
------------------------------------------------------------------------------------

CREATE TRIGGER tri_insert_default_validation_status
AFTER INSERT
ON pr_priority_flora.t_zprospect
ON pr_priority_flora.t_apresence
FOR EACH ROW
EXECUTE PROCEDURE gn_commons.fct_trg_add_default_validation_status();

0 comments on commit 251f66c

Please sign in to comment.