8 lines
141 B
MySQL
8 lines
141 B
MySQL
|
-- Revert numerus:edit_payment_account_cash from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop function if exists numerus.edit_payment_account_cash(uuid, text);
|
||
|
|
||
|
commit;
|