numerus/revert/check_cookie.sql

8 lines
108 B
MySQL
Raw Normal View History

-- Revert numerus:check_cookie from pg
begin;
drop function if exists public.check_cookie(text);
commit;