I've just run a `supabase db remote commit` and th...
# help
x
I've just run a
supabase db remote commit
and the output has this pattern for several tables:
Copy code
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?
n
Hello @xephyr! This thread has been automatically created from your message in #843999948717555735 a ``few seconds ago``. Pinging @User so that they see this as well! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ... menu) and select Leave Thread to unsubscribe from future updates. Want to change the title? Use the
/title
command! We have solved your problem? Click the button below to archive it.
x
any thoughts on this one?