tipus/revert/extension_citext.sql

8 lines
92 B
PL/PgSQL

-- Revert tipus:extension_citext from pg
begin;
drop extension if exists citext;
commit;