camper/revert/currency.sql

8 lines
90 B
MySQL
Raw Normal View History

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