camper/revert/extension_uri.sql

8 lines
87 B
PL/PgSQL

-- Revert camper:extension_uri from pg
begin;
drop extension if exists uri;
commit;