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