diff --git a/supabase/migrations/1751173604_rest_schema.sql b/supabase/migrations/1751173604_rest_schema.sql index 16356020..c109512a 100644 --- a/supabase/migrations/1751173604_rest_schema.sql +++ b/supabase/migrations/1751173604_rest_schema.sql @@ -9,4 +9,5 @@ create table public.channels ( ); alter table public.channels replica identity full; -alter publication supabase_realtime add table public.channels; \ No newline at end of file +alter publication supabase_realtime add table public.channels; +grant select, insert, update, delete on public.channels to anon, authenticated, service_role; \ No newline at end of file