campingmontagut/revert/company_host.sql

8 lines
98 B
MySQL
Raw Normal View History

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