chatdesk-ui/postgres_15.8.1.044/migrations/db/migrations/20211118015519_create-realt...

7 lines
122 B
SQL

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