8 lines
98 B
MySQL
8 lines
98 B
MySQL
|
-- Revert camper:company_host from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop table if exists public.company_host;
|
||
|
|
||
|
commit;
|