8 lines
118 B
MySQL
8 lines
118 B
MySQL
|
-- Revert camper:unmarshal_booking from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop function if exists camper.unmarshal_booking(jsonb);
|
||
|
|
||
|
commit;
|