We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d8606a commit b8ad541Copy full SHA for b8ad541
1 file changed
supabase/migrations/20260224215640_create_event_current_stream.sql
@@ -1,7 +1,7 @@
1
alter table public.event_streams add column short_title varchar(150) null;
2
3
drop view public.event_current_stream;
4
-create view public.event_current_stream as
+create view public.event_current_stream with (security_invoker = on) as
5
with
6
qid (
7
event_id,
0 commit comments