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