diff --git a/usage-viewer/README.md b/usage-viewer/README.md index 6b499cd..522a516 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,9 @@ 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 ; +GRANT SELECT ON workflow to ; +GRANT SELECT ON workflow_run to ; ``` ## 2. Connect the Retool Postgres DB as a Resource