-- Revert camper:current_company_id from pg
begin;
drop function if exists camper.current_company_id();
commit;