You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add readonly role with SELECT permissions for all non-system schemas
- Introduced a new SQL migration script to create a 'readonly' role.
- Granted USAGE on all existing schemas and SELECT on all existing tables to the 'readonly' role.
- Configured default privileges to ensure SELECT access on future tables in non-system schemas.
0 commit comments