camper/revert/schema_camper.sql

8 lines
87 B
PL/PgSQL

-- Revert camper:schema_camper from pg
begin;
drop schema if exists camper;
commit;