From 014c525a3cb968c226247a746f0042e8c17137b7 Mon Sep 17 00:00:00 2001 From: Brian Munroe Date: Thu, 15 Feb 2024 12:56:08 -0800 Subject: [PATCH 1/2] fixing README.md to address ISSUE-53 --- usage-viewer/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usage-viewer/README.md b/usage-viewer/README.md index 6b499cd..88f1c6c 100644 --- a/usage-viewer/README.md +++ b/usage-viewer/README.md @@ -28,6 +28,7 @@ Since you'll need to connect to Retool's storage database, which contains all yo - `audit_trail_events` - `groups` - `resources` +- `workflow_save` To create a user and set a password, use the following command when running `psql` in your `postgres` container. @@ -48,6 +49,7 @@ GRANT SELECT ON resources to ; GRANT SELECT ON groups to ; GRANT SELECT ON resources to ; GRANT SELECT ON organizations to ; +GRANT SELECT ON workflow_save to ; ``` ## 2. Connect the Retool Postgres DB as a Resource From 1bd47396086531af60941ef2571fc92c591fe10c Mon Sep 17 00:00:00 2001 From: Julie Chen Date: Wed, 9 Oct 2024 20:41:28 -0400 Subject: [PATCH 2/2] Update usage-viewer/README.md Co-authored-by: Matt Harris <133404680+mattharris-stripe@users.noreply.github.com> --- usage-viewer/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usage-viewer/README.md b/usage-viewer/README.md index 88f1c6c..522a516 100644 --- a/usage-viewer/README.md +++ b/usage-viewer/README.md @@ -50,6 +50,8 @@ GRANT SELECT ON groups to ; GRANT SELECT ON resources to ; GRANT SELECT ON organizations to ; GRANT SELECT ON workflow_save to ; +GRANT SELECT ON workflow to ; +GRANT SELECT ON workflow_run to ; ``` ## 2. Connect the Retool Postgres DB as a Resource