add health benefit form

fix super admin
This commit is contained in:
Danel Kungla
2025-07-23 16:33:24 +03:00
parent 2db67b7f20
commit 86b86c6752
43 changed files with 1329 additions and 561 deletions

View File

@@ -40,4 +40,8 @@ END;$function$
grant execute on function medreport.has_consent_personal_data(uuid)
to authenticated, anon;
-- we allow the authenticated role to execute functions in the medreport schema
grant usage on schema medreport to authenticated;
-- we allow the service_role role to execute functions in the medreport schema
grant usage on schema medreport to service_role;