numerus/revert/invoice_attachment.sql

8 lines
112 B
PL/PgSQL

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