-
Notifications
You must be signed in to change notification settings - Fork 347
Open
Labels
Description
Bug report
- I confirm this is a bug with Supabase, not with my own application.
- I confirm I have searched the Docs, GitHub Discussions, and Discord.
Describe the bug
Postgres grant / revoke queries missing in diff
To Reproduce
revoke update on public.profiles from authenticated;
grant update (avatar_url, name) on public.profiles to authenticated;supabase db diffExpected behavior
Column privileges queries should be present in diff.
Therefore how can I save migrations ? Is this a expected behavior ?
System information
- OS: Linux
- Version of supabase-js: 1.115.4
martingeorgiu and mzdm