6 lines
122 B
SQL
6 lines
122 B
SQL
-- migrate:up
|
|
|
|
-- create realtime schema for Realtime RLS (WALRUS)
|
|
CREATE SCHEMA IF NOT EXISTS realtime;
|
|
|
|
-- migrate:down
|