8 lines
115 B
MySQL
8 lines
115 B
MySQL
|
-- Revert numerus:change_password from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop function if exists numerus.change_password(text);
|
||
|
|
||
|
commit;
|