numerus/revert/logout.sql

8 lines
93 B
PL/PgSQL

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