numerus/revert/add_invoice.sql

8 lines
197 B
MySQL
Raw Normal View History

2023-02-16 22:09:10 +00:00
-- Revert numerus:add_invoice from pg
begin;
drop function if exists numerus.add_invoice(integer, text, date, integer, text, integer, numerus.tag_name[], numerus.new_invoice_product[]);
2023-02-16 22:09:10 +00:00
commit;