Skip to content

Column Level Security missing in diff #1716

@anarkrypto

Description

@anarkrypto

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 diff

Expected 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions