camper/revert/service.sql

8 lines
88 B
PL/PgSQL

-- Revert camper:service from pg
begin;
drop table if exists camper.service;
commit;