chatdesk-ui/postgres_15.8.1.044/migrations/tests/extensions/06-pgjwt.sql

4 lines
88 B
PL/PgSQL

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