Skip to content

Commit c4920c7

Browse files
authored
Fix: Updated roles to managed by postgres (supabase#39989)
updated roles to managed by postgres
1 parent f9b2623 commit c4920c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/studio/components/interfaces/Database/Roles/Roles.constants.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ export const SUPABASE_ROLES = [
1616
'pgsodium_keyiduser',
1717
'pgsodium_keymaker',
1818
'pgtle_admin',
19+
'cli_login_postgres',
20+
'supabase_etl_admin',
1921
] as const
2022

2123
// [Joshen] This was originally in the Roles mobx store

0 commit comments

Comments
 (0)