tipus/revert/current_user_email.sql

8 lines
113 B
MySQL
Raw Normal View History

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