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