numerus/revert/add_invoice.sql

8 lines
177 B
MySQL
Raw Normal View History

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