-- Revert camper:add_page from pg
begin;
drop function if exists camper.add_page(integer, text, text);
commit;