Skip to content

Commit

Permalink
Merge branch 'notifications' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasholderness committed Apr 17, 2018
2 parents efe80df + 6bb5161 commit 8cabf38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schema/reports/grasp/grasp.functions.sql
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $BODY$
LANGUAGE plpgsql VOLATILE
COST 100;
ALTER FUNCTION grasp.update_all_reports_from_grasp()
OWNER TO postgres
OWNER TO postgres;

-- Update all_reports table
CREATE TRIGGER trigger_update_all_reports_from_grasp
Expand Down Expand Up @@ -47,4 +47,4 @@ CREATE OR REPLACE FUNCTION grasp.push_to_all_reports(varchar)
END;
$$ LANGUAGE plpgsql;
ALTER FUNCTION grasp.push_to_all_reports(varchar)
OWNER TO postgres
OWNER TO postgres;

0 comments on commit 8cabf38

Please sign in to comment.