camper/revert/page.sql

8 lines
82 B
PL/PgSQL

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