numerus/revert/invoice_collection.sql

8 lines
112 B
PL/PgSQL

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