tipus/revert/login.sql

8 lines
110 B
MySQL
Raw Normal View History

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