camper/revert/company_host.sql

8 lines
98 B
PL/PgSQL

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