numerus/revert/invoice_tag.sql

8 lines
98 B
PL/PgSQL

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