8 lines
113 B
MySQL
8 lines
113 B
MySQL
|
-- Revert numerus:current_app_user from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop function if exists numerus.current_app_user();
|
||
|
|
||
|
commit;
|