mirror of
https://github.com/supabase/supabase.git
synced 2026-07-07 01:34:22 +08:00
* Init RQ for database roles * Shift all use of roles from pg meta mobx store to RQ * Deprecate and remove roles pg meta mobx store * Fix import * Fix * Address comments * remove function child --------- Co-authored-by: Alaister Young <a@alaisteryoung.com>
4 lines
134 B
TypeScript
4 lines
134 B
TypeScript
export const databaseRolesKeys = {
|
|
list: (projectRef: string | undefined) => ['projects', projectRef, 'database-roles'] as const,
|
|
}
|