numerus/revert/current_app_user.sql

8 lines
113 B
PL/PgSQL

-- Revert numerus:current_app_user from pg
begin;
drop function if exists numerus.current_app_user();
commit;