8 lines
147 B
MySQL
8 lines
147 B
MySQL
|
-- Revert camper:order_amenity_carousel from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop function if exists camper.order_amenity_carousel(text, integer, integer[]);
|
||
|
|
||
|
commit;
|