Supabase CLI diff isn't fetching RLS policies

Hi,

Basically I am following this for migrating my database: https://supabase.com/docs/guides/platform/migrating-and-upgrading-projects


The issue is when I run this command:
supabase db diff --linked --schema auth,storage > changes.sql


The CLI is only fetching triggers and also completely ignoring fetching the RLS policies.

Can someone please explain what's wrong?
Was this page helpful?