3 lines
88 B
SQL
3 lines
88 B
SQL
create schema if not exists _realtime;
|
|
|
|
alter schema _realtime owner to supabase_admin;
|