8 lines
148 B
MySQL
8 lines
148 B
MySQL
|
-- Revert numerus:add_payment_account_bank from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop function if exists numerus.add_payment_account_bank(integer, text, iban);
|
||
|
|
||
|
commit;
|