camper/revert/company_geography.sql

8 lines
108 B
PL/PgSQL

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