fix: grant account upsert read columns
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
begin;
|
||||
|
||||
-- Existing-row upserts must read every submitted column to resolve the result.
|
||||
grant select (
|
||||
district_code,
|
||||
updated_at
|
||||
) on table public.profiles to service_role;
|
||||
|
||||
commit;
|
||||
Reference in New Issue
Block a user