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