chatai/postgres_15.8.1.044/migrations/tests/extensions/18-pgsodium.sql

5 lines
121 B
PL/PgSQL

BEGIN;
create schema if not exists "pgsodium";
create extension if not exists pgsodium with schema "pgsodium";
ROLLBACK;