Skip to content

Commit

Permalink
alter search_path for hstore
Browse files Browse the repository at this point in the history
  • Loading branch information
cymed committed Jan 21, 2025
1 parent a0138f6 commit 845fbb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datamodel/changelogs/0001/90_audit.sql
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ END;
$body$
LANGUAGE plpgsql
SECURITY DEFINER
SET search_path = pg_catalog,pg_temp;
SET search_path = pg_catalog,public;


COMMENT ON FUNCTION tww_sys.if_modified_func() IS $body$
Expand Down

0 comments on commit 845fbb0

Please sign in to comment.