tipus/revert/change_password.sql

8 lines
111 B
MySQL
Raw Normal View History

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