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