numerus/revert/invoice.sql

8 lines
90 B
PL/PgSQL

-- Revert numerus:invoice from pg
begin;
drop table if exists numerus.invoice;
commit;