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