numerus/revert/change_password.sql

8 lines
115 B
PL/PgSQL

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