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