8 lines
167 B
MySQL
8 lines
167 B
MySQL
|
-- Revert numerus:edit_expense from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop function if exists numerus.edit_expense(uuid, date, integer, text, text, integer[], numerus.tag_name[]);
|
||
|
|
||
|
commit;
|