4 lines
88 B
MySQL
4 lines
88 B
MySQL
|
create schema if not exists _realtime;
|
||
|
|
||
|
alter schema _realtime owner to supabase_admin;
|