Skip to content

Commit b8ad541

Browse files
committed
security invoker
1 parent 3d8606a commit b8ad541

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

supabase/migrations/20260224215640_create_event_current_stream.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
alter table public.event_streams add column short_title varchar(150) null;
22

33
drop view public.event_current_stream;
4-
create view public.event_current_stream as
4+
create view public.event_current_stream with (security_invoker = on) as
55
with
66
qid (
77
event_id,

0 commit comments

Comments
 (0)