camper/revert/company_user.sql

8 lines
98 B
MySQL
Raw Permalink Normal View History

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