Skip to content

Commit 61a1d94

Browse files
committed
Warnings table added for client
1 parent f8a521f commit 61a1d94

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/en/docs/cluster/security.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,10 @@ GRANT USAGE, SELECT ON SEQUENCE phase_stats_id_seq TO client;
135135

136136
GRANT INSERT on changelog to client;
137137
GRANT SELECT, USAGE on changelog_id_seq to client;
138+
139+
GRANT INSERT on warnings to client;
140+
GRANT SELECT, USAGE on warnings_id_seq to client;
141+
138142
```
139143

140144
### Visibility / Deactivating the Default User

0 commit comments

Comments
 (0)