xephyr
04/26/2022, 12:48 AMsupabase db remote commit
and the output has this pattern for several tables:
REVOKE ALL ON TABLE public.user_settings FROM authenticated;
REVOKE ALL ON TABLE public.user_settings FROM postgres;
REVOKE ALL ON TABLE public.user_settings FROM service_role;
GRANT ALL ON TABLE public.user_settings TO authenticated;
GRANT ALL ON TABLE public.user_settings TO postgres;
GRANT ALL ON TABLE public.user_settings TO service_role;
Seems kinda redundant, is this some quirk of migrations that is necessary or something I can delete?Needle
04/26/2022, 12:48 AM/title
command!
We have solved your problem?
Click the button below to archive it.xephyr
04/26/2022, 11:48 PM