-- Revert camper:change_password from pg
begin;
drop function if exists camper.change_password(text);
commit;