|
-- Dedicated schema for Payload CMS tables, kept separate from Supabase's
|
|
-- own objects in `public`. Payload connects as `postgres` and will also
|
|
-- create this on first boot; pre-creating it here avoids any edge cases.
|
|
CREATE SCHEMA IF NOT EXISTS payload AUTHORIZATION postgres;
|