8 lines
106 B
MySQL
8 lines
106 B
MySQL
|
-- Revert tipus:check_cookie from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop function if exists public.check_cookie(text);
|
||
|
|
||
|
commit;
|