8 lines
189 B
MySQL
8 lines
189 B
MySQL
|
-- Revert camper:ready_payment from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop function if exists camper.ready_payment(uuid, text, text, text, text, camper.country_code, camper.email, text, text, boolean);
|
||
|
|
||
|
commit;
|