8 lines
117 B
MySQL
8 lines
117 B
MySQL
|
-- Revert camper:current_user_cookie from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop function if exists camper.current_user_cookie();
|
||
|
|
||
|
commit;
|