8 lines
124 B
MySQL
8 lines
124 B
MySQL
|
-- Revert numerus:build_cookie from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop function if exists numerus.build_cookie(numerus.email, text);
|
||
|
|
||
|
commit;
|