chatdesk-ui/postgres_15.8.1.044/migrations/tests/extensions/22-pg_jsonschema.sql

4 lines
88 B
PL/PgSQL

BEGIN;
create extension if not exists pg_jsonschema with schema "extensions";
ROLLBACK;