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