camper/revert/current_user_cookie.sql

8 lines
117 B
MySQL
Raw Permalink Normal View History

-- Revert camper:current_user_cookie from pg
begin;
drop function if exists camper.current_user_cookie();
commit;