tipus/revert/current_user_cookie.sql

8 lines
115 B
MySQL
Raw Normal View History

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