Skip to content

Commit

Permalink
Add GRANT so the extension works on forge
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Rowe committed Nov 17, 2021
1 parent d9d8cb1 commit dfe1eb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extension/src/zz_triggers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ fn timescaledb_toolkit_probe() {
}

extension_sql!(r#"
GRANT USAGE ON SCHEMA toolkit_experimental TO PUBLIC;
CREATE OR REPLACE FUNCTION disallow_experimental_dependencies()
RETURNS event_trigger
LANGUAGE plpgsql
Expand Down

0 comments on commit dfe1eb0

Please sign in to comment.