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