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