Skip to content

Commit

Permalink
finish commenting triggers.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
diksown committed Nov 21, 2023
1 parent 52d1193 commit 637596d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sql/triggers.sql
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
-- $$ LANGUAGE plpgsql;

-- CREATE TRIGGER TG_COLONIA_CONFLICT_BEFORE_INSERT
BEFORE INSERT ON COLONIA
FOR EACH ROW EXECUTE FUNCTION check_colonia_conflict();
-- BEFORE INSERT ON COLONIA
-- FOR EACH ROW EXECUTE FUNCTION check_colonia_conflict();

0 comments on commit 637596d

Please sign in to comment.