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