numerus/revert/currency.sql

8 lines
82 B
PL/PgSQL

-- Revert numerus:currency from pg
begin;
drop table numerus.currency;
commit;