chatai/postgres_15.8.1.044/migrations/tests/extensions/17-pg_hashids.sql

4 lines
85 B
PL/PgSQL

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