Skip to content

Commit

Permalink
Fix migration sql
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyxiao committed Oct 11, 2023
1 parent 314c89f commit a68b824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/migrations/2023-01-06_rls.sql
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ CREATE POLICY "connection_creator_access" ON "public"."pipeline"

-- Contains secrets that shouldn't be publicly available
ALTER TABLE "public"."integration" ENABLE ROW LEVEL SECURITY;
ALTER TABLE "public"."migrations" ENABLE ROW LEVEL SECURITY;
ALTER TABLE "public"."_migrations" ENABLE ROW LEVEL SECURITY;
ALTER TABLE "public"."institution" ENABLE ROW LEVEL SECURITY;
-- Should this be allowed?
CREATE POLICY "public_readable" ON public.institution FOR SELECT USING (true);
Expand Down

0 comments on commit a68b824

Please sign in to comment.