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
alter policy "user_preferences_access_by_user_uuid"
on "public"."user_preferences"
to public
using (
-- Provide a SQL expression for the using statement
);
The using clause is still empty.
I would greatly appreciate if this could be looked into!
EDIT:
I also noticed changes to the RLS rules are not picked up when pulling and pushing the schema.
It says no changes detected
The text was updated successfully, but these errors were encountered:
Report hasn't been filed before.
What version of
drizzle-orm
are you using?0.38.2
What version of
drizzle-kit
are you using?0.30.1
Other packages
No response
Describe the Bug
When pushing the DB schema to the remote - in my case SupaBase - RLS policies are added, however the
USING
clause is missing.For example:
Ends up in the SupaBase dashboard as:
The
using
clause is still empty.I would greatly appreciate if this could be looked into!
EDIT:
I also noticed changes to the RLS rules are not picked up when pulling and pushing the schema.
It says
no changes detected
The text was updated successfully, but these errors were encountered: