-- Revert camper:company_user from pg

begin;

drop table if exists camper.company_user;

commit;