camper/revert/company.sql

8 lines
88 B
MySQL
Raw Normal View History

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