8 lines
110 B
MySQL
8 lines
110 B
MySQL
|
-- Revert tipus:login from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop function if exists tipus.login(tipus.email, text, inet);
|
||
|
|
||
|
commit;
|