chatai/postgres_15.8.1.044/migrations/tests/extensions/07-pgsql-http.sql

4 lines
79 B
PL/PgSQL

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