camper/revert/home_i18n.sql

8 lines
92 B
MySQL
Raw Normal View History

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