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