Skip to content

Commit

Permalink
chore: remove trailing semicolon from role_configs.sql (#2907)
Browse files Browse the repository at this point in the history
Update role_configs.sql
  • Loading branch information
encima authored Nov 25, 2024
1 parent e6a510a commit 7612157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/inspect/role_configs/role_configs.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ select
rolname as role_name,
array_to_string(rolconfig, ',', '*') as custom_config
from
pg_roles where rolconfig is not null;
pg_roles where rolconfig is not null

0 comments on commit 7612157

Please sign in to comment.