camper/revert/extension_citext.sql

8 lines
93 B
PL/PgSQL

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