Hello, please advise. I want to add a use for a new role in the project in the realtime schema, but the problem is that in the dashboard the maximum access is postgres, and the realtime schema most likely depends only on supabase_admin access. How to solve this problem correctly? Thanks.
SQL: grant usage on schema realtime to chat_realtime;