Migration and existing policy issues
When I run migrations, it fails to execute cause it says " applying migrations...PostgresError: policy 'foo' for table 'bar' already exists".
First migration was fine, but now, every time I try to add a new migration file it fails on that.
Ideas on how to go around it?
I'm using postgres on supabase with RLS.
First migration was fine, but now, every time I try to add a new migration file it fails on that.
Ideas on how to go around it?
I'm using postgres on supabase with RLS.