tipus/revert/extension_pgcrypto.sql

8 lines
96 B
PL/PgSQL

-- Revert tipus:extension_pgcrypto from pg
begin;
drop extension if exists pgcrypto;
commit;