camper/revert/country.sql

8 lines
88 B
MySQL
Raw Permalink Normal View History

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