numerus/revert/tag_invoice.sql

8 lines
139 B
PL/PgSQL

-- Revert numerus:tag_invoice from pg
begin;
drop function if exists numerus.tag_invoice(integer, integer, numerus.tag_name[]);
commit;