camper/revert/current_user_email.sql

8 lines
115 B
MySQL
Raw Normal View History

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