You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perform supabase db pull on a fresh local instance from a fresh remote instane with one dummy posts table with few dummy rows . and rls policies. also one storage bucket posts with one rls policy on storage.objects table.
migration file gets created on both sides.
supabase db reset to apply migration and seed data
everything shows up perfectly. EXCEPT THE POLICY FOR STORAGE.OBJECTS
Supabase CLI 2.31.8
should i not rely on the supabase db diff command to make migrations for me?