Files
proxui/migrations/0009_rls_advisor_cleanup.down.sql

9 lines
440 B
SQL

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;