supabase-operator/assets/migrations/setup/realtime.sql

4 lines
88 B
MySQL
Raw Normal View History

create schema if not exists _realtime;
alter schema _realtime owner to supabase_admin;