fix: enable rls on remaining public tables
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
DROP POLICY IF EXISTS profiles_self_update ON public.profiles;
|
||||
DROP POLICY IF EXISTS profiles_self_select ON public.profiles;
|
||||
|
||||
ALTER TABLE public.vmid_reservations DISABLE ROW LEVEL SECURITY;
|
||||
ALTER TABLE public.cluster_vmid_allocators DISABLE ROW LEVEL SECURITY;
|
||||
ALTER TABLE public.clusters DISABLE ROW LEVEL SECURITY;
|
||||
ALTER TABLE public.profiles DISABLE ROW LEVEL SECURITY;
|
||||
ALTER TABLE public.schema_migrations DISABLE ROW LEVEL SECURITY;
|
||||
Reference in New Issue
Block a user