tipus/revert/change_password.sql

8 lines
111 B
PL/PgSQL

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