supabase-operator/assets/migrations/migrations/20211118015519_create-realtime-schema.sql

6 lines
122 B
SQL

-- migrate:up
-- create realtime schema for Realtime RLS (WALRUS)
CREATE SCHEMA IF NOT EXISTS realtime;
-- migrate:down