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