numerus/revert/add_expense.sql

8 lines
168 B
MySQL
Raw Normal View History

2023-05-02 09:29:57 +00:00
-- Revert numerus:add_expense from pg
begin;
drop function if exists numerus.add_expense(integer, date, integer, text, text, integer[], numerus.tag_name[]);
commit;