camper/revert/country_i18n.sql

8 lines
98 B
MySQL
Raw Normal View History

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