numerus/revert/login.sql

8 lines
116 B
PL/PgSQL

-- Revert numerus:login from pg
begin;
drop function if exists numerus.login(numerus.email, text, inet);
commit;