add medreport schema
This commit is contained in:
@@ -21,7 +21,7 @@ export function RolesDataProvider(props: {
|
||||
}
|
||||
|
||||
function useFetchRoles(props: { maxRoleHierarchy: number }) {
|
||||
const supabase = useSupabase();
|
||||
const supabase = useSupabase().schema('medreport');
|
||||
|
||||
return useQuery({
|
||||
queryKey: ['roles', props.maxRoleHierarchy],
|
||||
|
||||
Reference in New Issue
Block a user